• Removed start parenthesis (had no matching end parenthesis and was anyway redundant)

git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@1031 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
duff
2005-05-21 04:48:41 +00:00
parent 856b3badbd
commit b67473bf1e
+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:: */