mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +01:00
Add missing escape
This commit is contained in:
parent
1bc9c89e85
commit
a983d29c60
@ -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