mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +01:00
Merge pull request #108 from meeDamian/bug/107-invalid-regex-escapes
coffeescript regex escapes fixed
This commit is contained in:
commit
f2f6bafa52
@ -1,7 +1,7 @@
|
||||
syntax "CoffeeScript" "\.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 "[()]"
|
||||
color cyan "\<(for|of|continue|break|isnt|null|unless|this|else|if|return)\>"
|
||||
|
Loading…
Reference in New Issue
Block a user