Add missing escape

This commit is contained in:
Jan Trejbal 2016-07-07 13:27:40 +02:00 committed by GitHub
parent 1bc9c89e85
commit a983d29c60
1 changed files with 1 additions and 1 deletions

View File

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