Skip to content

Commit

Permalink
Add tree-sitter-superhtml
Browse files Browse the repository at this point in the history
  • Loading branch information
neurocyte committed Jul 22, 2024
1 parent 503b4d4 commit 3168cee
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 @@ -145,3 +145,6 @@
[submodule "tree-sitter-yaml"]
path = tree-sitter-yaml
url = https://github.com/tree-sitter-grammars/tree-sitter-yaml.git
[submodule "superhtml"]
path = superhtml
url = https://github.com/kristoff-it/superhtml
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pub fn build(b: *std.Build) void {
addParser(b, lib, "scala", null);
addParser(b, lib, "scheme", null);
addParser(b, lib, "ssh-config", null);
addParser(b, lib, "superhtml", "tree-sitter-superhtml");
addParser(b, lib, "toml", null);
addParser(b, lib, "tsq", null);
addParser(b, lib, "typescript", "tsx");
Expand Down
1 change: 1 addition & 0 deletions superhtml
Submodule superhtml added at 186b4b

0 comments on commit 3168cee

Please sign in to comment.