• add : as a valid character in front of regexps

git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@3217 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
duff
2006-05-03 09:21:09 +00:00
parent 75994f3bf7
commit 4bab9c7fec
+1 -1
View File
@@ -209,7 +209,7 @@
</dict>
<dict>
<key>begin</key>
<string>(?&lt;=[=(]|^)\s*/(?![/*+{}?])</string>
<string>(?&lt;=[=(:]|^)\s*/(?![/*+{}?])</string>
<key>end</key>
<string>/[igm]*</string>
<key>name</key>