You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ctags --list-languages | grep -i elm
ctags: Warning: Language "Elm" already defined
ctags: Warning: Don't reuse the kind letter `c'in a language Elm (old: "constructor", new: "constant")
ctags: Warning: Don't reuse the kind letter `a'in a language Elm (old: "alias", new: "type-alias")
ctags: Warning: Don't reuse the kind letter `t'in a language Elm (old: "type", new: "type-cons")
ctags: Warning: Don't reuse the kind letter `t'in a language Elm (old: "type", new: "type-cons")
Elm
Windows
There is some problem with elm-mode on Windows. It just doesn't generate TAGS file.
Looks like universal-ctags shows support for Elm:
$ ctags --list-languages | grep -i elm Elm
There is also this file https://github.com/kbsymanz/ctags-elm
Which can be used like that for universal ctags:
But then it shows this:
Windows
There is some problem with elm-mode on Windows. It just doesn't generate
TAGS
file.Now I'm using this command in git bash:
$ rg --files -telm | ctags -e -L -
I'm using ctags from here https://github.com/universal-ctags/ctags-win32/releases
My config:
The text was updated successfully, but these errors were encountered: