Skip to content

Commit 7249ffa

Browse files
youbitchocneurocyte
authored andcommitted
feat: add tree-sitter-uxntal
1 parent 3e029ee commit 7249ffa

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
@@ -195,3 +195,6 @@
195195
[submodule "tree-sitter-proto"]
196196
path = tree-sitter-proto
197197
url = https://github.com/sdoerner/tree-sitter-proto.git
198+
[submodule "tree-sitter-uxntal"]
199+
path = tree-sitter-uxntal
200+
url = https://github.com/tree-sitter-grammars/tree-sitter-uxntal/

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ pub fn build(b: *std.Build) void {
8080
addParser(b, lib, "typescript", "tsx");
8181
addParser(b, lib, "typescript", "typescript");
8282
addParser(b, lib, "typst", null);
83+
addParser(b, lib, "uxntal", null);
8384
addParser(b, lib, "systemverilog", null);
8485
addParser(b, lib, "vim", null);
8586
addParser(b, lib, "xml", "dtd");

tree-sitter-uxntal

Submodule tree-sitter-uxntal added at ad9b638

0 commit comments

Comments
 (0)