coffeescript regex escapes fixed

pull/108/head
Damian Mee 8 years ago
parent 48f25f0d18
commit 4e6793f79f
No known key found for this signature in database
GPG Key ID: 4C43B1D66560B337

@ -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…
Cancel
Save