From a983d29c60ddfb49fea9d5940a59a606a08cdfe7 Mon Sep 17 00:00:00 2001 From: Jan Trejbal Date: Thu, 7 Jul 2016 13:27:40 +0200 Subject: [PATCH] Add missing escape --- coffeescript.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coffeescript.nanorc b/coffeescript.nanorc index cf0cc2b..f801d0f 100644 --- a/coffeescript.nanorc +++ b/coffeescript.nanorc @@ -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)\>"