Skip to content

Commit 1d5e92a

Browse files
ackuratneurocyte
authored andcommitted
add tree-sitter-sql submodule
1 parent f7a38f0 commit 1d5e92a

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
@@ -181,3 +181,6 @@
181181
[submodule "tree-sitter-systemverilog"]
182182
path = tree-sitter-systemverilog
183183
url = https://github.com/gmlarumbe/tree-sitter-systemverilog
184+
[submodule "tree-sitter-sql"]
185+
path = tree-sitter-sql
186+
url = git@github.com:DerekStride/tree-sitter-sql.git

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ pub fn build(b: *std.Build) void {
6868
addParser(b, lib, "rust", null);
6969
addParser(b, lib, "scala", null);
7070
addParser(b, lib, "scheme", null);
71+
addParser(b, lib, "sql", null);
7172
addParser(b, lib, "ssh-config", null);
7273
addParser(b, lib, "superhtml", "tree-sitter-superhtml");
7374
addParser(b, lib, "swift", null);

tree-sitter-sql

Submodule tree-sitter-sql added at 302f356

0 commit comments

Comments
 (0)