mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Merge pull request #304 from earboxer/email
* Email: Use file extension, allow spaces after quote indent
This commit is contained in:
commit
913f6d75e7
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
syntax "Email"
|
||||
syntax "Email" "\.em(ai)?l$"
|
||||
|
||||
color magenta "^>([^>].*|$)"
|
||||
color blue "^>>([^>].*|$)"
|
||||
color green "^>>>.*"
|
||||
color blue "^> ?>([^>].*|$)"
|
||||
color green "^> ?> ?>.*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue