mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
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:
@@ -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"; };
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user