coffeescript regex escapes fixed

This commit is contained in:
Damian Mee 2016-07-17 18:49:28 +08:00
parent 48f25f0d18
commit 4e6793f79f
No known key found for this signature in database
GPG Key ID: 4C43B1D66560B337
1 changed files with 1 additions and 1 deletions

View File

@ -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)\>"