Skip to content

Commit

Permalink
imenu now support angularUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bin committed May 22, 2015
1 parent 09aea81 commit 5ff0103
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lisp/init-javascript.el
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@

(setq javascript-common-imenu-regex-list
'(("Controller" "[. \t]controller([ \t]*['\"]\\([^'\"]+\\)" 1)
("Controller" "[. \t]controllerAs:[ \t]*['\"]\\([^'\"]+\\)" 1)
("Filter" "[. \t]filter([ \t]*['\"]\\([^'\"]+\\)" 1)
("State" "[. \t]state([ \t]*['\"]\\([^'\"]+\\)" 1)
("Factory" "[. \t]factory([ \t]*['\"]\\([^'\"]+\\)" 1)
("Service" "[. \t]service([ \t]*['\"]\\([^'\"]+\\)" 1)
("Module" "[. \t]module([ \t]*['\"]\\([a-zA-Z0-9_\.]+\\)" 1)
Expand Down

0 comments on commit 5ff0103

Please sign in to comment.