Skip to content

Commit d267c2f

Browse files
Eduardo Barreto Alexandreubolonton
authored andcommitted
Add Elixir support (#39)
* Add Elixir support * Add elixir to tree-sitter-langs.el
1 parent ccc6a8b commit d267c2f

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,9 @@
163163
update = none
164164
ignore = dirty
165165
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

Submodule elixir added at 454f35f

tree-sitter-langs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ See `tree-sitter-langs-repos'."
105105
(c++-mode . cpp)
106106
(css-mode . css)
107107
(elm-mode . elm)
108+
(elixir-mode . elixir)
108109
(go-mode . go)
109110
(hcl-mode . hcl)
110111
(html-mode . html)

0 commit comments

Comments
 (0)