Merging in the regex fixes from Joseph Pecoraro as seen here: http://lists.macromates.com/textmate/2008-June/025973.html

git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10109 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
subtlegradient
2008-07-02 17:01:31 +00:00
parent 65981d95f2
commit 60c8151e9b
+2 -2
View File
@@ -586,7 +586,7 @@
<dict>
<key>begin</key>
<string>(?x)
(?&lt;= [=(:] | ^ | return )
(?&lt;= [\[,=(:] | ^ | &amp;&amp; | return )
\s*((/)) (?! [/*+{}?] | $ )</string>
<key>beginCaptures</key>
<dict>
@@ -641,7 +641,7 @@
</dict>
<dict>
<key>match</key>
<string>,[ |\t]*</string>
<string>,</string>
<key>name</key>
<string>meta.delimiter.object.comma.js</string>
</dict>