• changed * to + in regexp match to avoid zero-width matches

git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@1407 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
duff
2005-08-02 17:22:02 +00:00
parent 0d5f8bbcf6
commit 22fd97014e
+1 -1
View File
@@ -199,7 +199,7 @@
<array>
<dict>
<key>match</key>
<string>[^/]*</string>
<string>[^/]+</string>
<key>name</key>
<string>string.regexp.js</string>
</dict>