mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
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:
@@ -586,7 +586,7 @@
|
||||
<dict>
|
||||
<key>begin</key>
|
||||
<string>(?x)
|
||||
(?<= [=(:] | ^ | return )
|
||||
(?<= [\[,=(:] | ^ | && | 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>
|
||||
|
||||
Reference in New Issue
Block a user