From 856b3badbda29910a3c4538eb9dd5ab2a88811bf Mon Sep 17 00:00:00 2001 From: mats Date: Thu, 19 May 2005 16:52:40 +0000 Subject: [PATCH] -- minor reworking of "keyword.operator.js" group to work around a HL bug not working on some operators git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@980 dfb7d73b-c2ec-0310-8fea-fb051d288c6d --- Syntaxes/JavaScript.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Syntaxes/JavaScript.plist b/Syntaxes/JavaScript.plist index d1cac3a..0a029e1 100644 --- a/Syntaxes/JavaScript.plist +++ b/Syntaxes/JavaScript.plist @@ -117,7 +117,7 @@ /* OPERATORS:: */ { name = "keyword.operator.js"; - match = "(!|\\$|%|&|\\*|\\+|\\-|\\-\\-|\\+\\+|~|==|===|!=|!==|<>|<|>|<=|>=|!|&&|\\|\\||\\?\\:|\\*=|/=|%=|\\+=|\\-=|<<=|>>=|>>>=|&=|\\^=|\\|=)|\\b(in|instanceof|new|delete|typeof|void)\\b"; + match = "(!|\\$|%|&|\\*|\\+|\\-|\\-\\-|\\+\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|/=|%=|\\+=|\\-=|&=|\\^=|\\)|\\b(in|instanceof|new|delete|typeof|void)\\b"; }, /* CONSTANTS:: */