Skip to content

Commit e0abc0a

Browse files
committed
feat: add tree-sitter-elm
1 parent ee37b26 commit e0abc0a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,6 @@
220220
[submodule "tree-sitter-nickel"]
221221
path = tree-sitter-nickel
222222
url = https://github.com/nickel-lang/tree-sitter-nickel.git
223+
[submodule "tree-sitter-elm"]
224+
path = tree-sitter-elm
225+
url = https://github.com/elm-tooling/tree-sitter-elm.git

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ pub fn build(b: *std.Build) void {
3434
.{ "diff", null },
3535
.{ "dockerfile", null },
3636
.{ "elixir", null },
37+
.{ "elm", null },
3738
.{ "fish", null },
3839
.{ "fsharp", "fsharp" },
3940
.{ "fsharp", "fsharp_signature" },

tree-sitter-elm

Submodule tree-sitter-elm added at e34bdc5

0 commit comments

Comments
 (0)