Merge pull request #304 from earboxer/email

* Email: Use file extension, allow spaces after quote indent
This commit is contained in:
Anthony Scopatz 2020-04-23 17:18:03 -04:00 committed by GitHub
commit 913f6d75e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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