Skip to content

Commit

Permalink
Made the hack more useful
Browse files Browse the repository at this point in the history
Now it at least appears to make sense in tagbar, showing the alias of
the import inline.
  • Loading branch information
naddeoa committed Nov 7, 2016
1 parent 86b859b commit baf5677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/elm/ctags/elm.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
--regex-Elm=/^type alias *([A-Z][a-zA-Z0-9_-]*)/\1/t,type,Declared types/
--regex-Elm=/[ \r\n\t][\|=][ \r\n\t]*([A-Z][a-zA-Z0-9_-]*)(.*)/\1/C,constructor,constructors created by types/
--regex-Elm=/^module *([A-Z][.a-zA-Z0-9_-]*)/\1/m,module,module definitions/
--regex-Elm=/^import *([A-Z][.a-zA-Z0-9_-]*)(.*as *([A-Z][.a-zA-Z0-9_-]*))?/\1 ()/i,import,imported modules/
--regex-Elm=/^import *([A-Z][.a-zA-Z0-9_-]*)(.*as *([A-Z][.a-zA-Z0-9_-]*))?.*(\(.*\))*/\1 (\2)/i,import,imported modules/

0 comments on commit baf5677

Please sign in to comment.