Skip to content

Commit e460d26

Browse files
theothornhillubolonton
authored andcommitted
Register elm-mode as a major mode for elm
Add sources for tree-sitter-elm as well as registering it for elm-mode
1 parent 616274a commit e460d26

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tree-sitter-langs-build.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ If VERSION and OS are not specified, use the defaults of
8585
(c-sharp "075a1b2")
8686
(cpp "5e7476b")
8787
(css "23f2cb9")
88+
(elm nil nil "https://github.com/razzeee/tree-sitter-elm")
8889
(fluent "858fdd6")
8990
(go "f5cae4e")
9091
(html "92c17db")

tree-sitter-langs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ See `tree-sitter-langs-repos'."
8383
(c-mode . c)
8484
(c++-mode . cpp)
8585
(css-mode . css)
86+
(elm-mode . elm)
8687
(go-mode . go)
8788
(haskell-mode . haskell)
8889
(html-mode . html)

0 commit comments

Comments
 (0)