Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 5226c7a

Browse files
committed
Adds 'service', 'value', 'constant' to AngularJS definitions to search for
1 parent cd9525a commit 5226c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎AngularJS-sublime-package.sublime-settings

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
**/
3535

3636
// AngularJS definitions to search for
37-
"match_definitions": ["controller", "directive", "module", "factory", "filter"],
37+
"match_definitions": ["constant", "controller", "directive", "factory", "filter", "module", "service", "value"],
3838
// directories you wish to ignore within your current working directory
3939
"exclude_dirs":[
4040
"node_modules/"

0 commit comments

Comments
 (0)