-- 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
This commit is contained in:
mats
2005-05-19 16:52:40 +00:00
parent 876f09c794
commit 856b3badbd
+1 -1
View File
@@ -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:: */