• do not markup leading spaces as entity.name.function

git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@2137 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
duff
2005-11-13 14:13:20 +00:00
parent 7644a06f2f
commit 3afecd1a35
+1 -1
View File
@@ -39,7 +39,7 @@
</dict>
</dict>
<key>match</key>
<string>\b(function)(\s+[a-zA-Z_]\w*)?\s*\((.*?)\)</string>
<string>\b(function)\s+([a-zA-Z_]\w*)?\s*\((.*?)\)</string>
<key>name</key>
<string>meta.function.js</string>
</dict>