Skip to content

Commit c3b0bdd

Browse files
GigaGrunchneurocyte
authored andcommitted
feat: add tree-sitter-odin
closes #7
1 parent c20cbdf commit c3b0bdd

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
@@ -172,3 +172,6 @@
172172
[submodule "tree-sitter-cmake"]
173173
path = tree-sitter-cmake
174174
url = https://github.com/uyha/tree-sitter-cmake
175+
[submodule "tree-sitter-odin"]
176+
path = tree-sitter-odin
177+
url = https://github.com/tree-sitter-grammars/tree-sitter-odin.git

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ pub fn build(b: *std.Build) void {
3131
addParser(b, lib, "dockerfile", null);
3232
addParser(b, lib, "elixir", null);
3333
addParser(b, lib, "fish", null);
34+
addParser(b, lib, "odin", null);
3435
addParser(b, lib, "gitcommit", null);
3536
addParser(b, lib, "git-rebase", null);
3637
addParser(b, lib, "gleam", null);

tree-sitter-odin

Submodule tree-sitter-odin added at 3fee796

0 commit comments

Comments
 (0)