1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-27 16:39:52 +02:00

Merge pull request #106 from Trejjam/master

Add missing escape in coffeescript.nanorc
This commit is contained in:
Anthony Scopatz 2016-07-07 08:01:44 -04:00 committed by GitHub
commit 48f25f0d18

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