Using the new entity.* hierarchy for functions, classes, and tags.

git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@829 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
duff
2005-05-03 22:36:01 +00:00
parent 8b9c84f956
commit 115c45cf85
+2 -2
View File
@@ -22,8 +22,8 @@
match = "^\\s*(function)\\s*([a-zA-Z_]\\w*)\\s*\\(([^)]*)\\)";
captures = {
1 = { name = "keyword.declaration.js"; };
2 = { name = "function-name"; };
3 = { name = "function-argument"; };
2 = { name = "entity.name.function"; };
3 = { name = "entity.parameter.variable.function"; };
};
},