Skip to content

Commit

Permalink
Add tree-sitter-ziggy
Browse files Browse the repository at this point in the history
  • Loading branch information
neurocyte committed Feb 22, 2024
1 parent 496b22b commit d701b79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,6 @@
[submodule "tree-sitter-org"]
path = tree-sitter-org
url = https://github.com/milisims/tree-sitter-org.git
[submodule "tree-sitter-ziggy"]
path = tree-sitter-ziggy
url = https://github.com/kristoff-it/ziggy.git
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ pub fn build(b: *std.Build) void {
addParser(b, lib, "xml", "dtd");
addParser(b, lib, "xml", "xml");
addParser(b, lib, "zig", null);
addParser(b, lib, "ziggy", "tree-sitter-ziggy");
b.installArtifact(lib);
lib.installHeadersDirectory("tree-sitter/lib/include/tree_sitter", "tree_sitter");

Expand Down
1 change: 1 addition & 0 deletions tree-sitter-ziggy
Submodule tree-sitter-ziggy added at 0e4657

0 comments on commit d701b79

Please sign in to comment.