mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +01:00
Merge pull request #106 from Trejjam/master
Add missing escape in coffeescript.nanorc
This commit is contained in:
commit
48f25f0d18
@ -1,7 +1,7 @@
|
|||||||
syntax "CoffeeScript" "\.coffee$"
|
syntax "CoffeeScript" "\.coffee$"
|
||||||
header "^#!.*/(env +)?coffee"
|
header "^#!.*/(env +)?coffee"
|
||||||
|
|
||||||
color red "[!&|=/*+-<>]|\<(and|or|is|isnt|not)\>"
|
color red "[!&|=/*+\-<>]|\<(and|or|is|isnt|not)\>"
|
||||||
color brightblue "[A-Za-z_][A-Za-z0-9_]*:[[:space:]]*(->|\()" "->"
|
color brightblue "[A-Za-z_][A-Za-z0-9_]*:[[:space:]]*(->|\()" "->"
|
||||||
color brightblue "[()]"
|
color brightblue "[()]"
|
||||||
color cyan "\<(for|of|continue|break|isnt|null|unless|this|else|if|return)\>"
|
color cyan "\<(for|of|continue|break|isnt|null|unless|this|else|if|return)\>"
|
||||||
|
Loading…
Reference in New Issue
Block a user