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

This commit is contained in:
Joseph Pecoraro
2008-07-02 12:36:52 -04:00
committed by Thomas Aylott
parent b33bf433e4
commit 0bdaea84f6
+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>