We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc6a8b commit d267c2fCopy full SHA for d267c2f
.gitmodules
@@ -163,3 +163,9 @@
163
update = none
164
ignore = dirty
165
branch = master
166
+[submodule "repos/elixir"]
167
+ path = repos/elixir
168
+ url = https://github.com/ananthakumaran/tree-sitter-elixir
169
+ branch = master
170
+ update = none
171
+ ignore = dirty
repos/elixir
tree-sitter-langs.el
@@ -105,6 +105,7 @@ See `tree-sitter-langs-repos'."
105
(c++-mode . cpp)
106
(css-mode . css)
107
(elm-mode . elm)
108
+ (elixir-mode . elixir)
109
(go-mode . go)
110
(hcl-mode . hcl)
111
(html-mode . html)
0 commit comments