Merge pull request #304 from earboxer/email

* Email: Use file extension, allow spaces after quote indent
pull/305/head
Anthony Scopatz 4 years ago committed by GitHub
commit 913f6d75e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
syntax "Email"
syntax "Email" "\.em(ai)?l$"
color magenta "^>([^>].*|$)"
color blue "^>>([^>].*|$)"
color green "^>>>.*"
color blue "^> ?>([^>].*|$)"
color green "^> ?> ?>.*"

Loading…
Cancel
Save