Skip to content

Commit 6942796

Browse files
committed
Merge branch 'zig-0.14'
2 parents 5ec28d8 + 442fdce commit 6942796

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
@@ -205,3 +205,6 @@
205205
[submodule "tree-sitter-fsharp"]
206206
path = tree-sitter-fsharp
207207
url = https://github.com/ionide/tree-sitter-fsharp.git
208+
[submodule "tree-sitter-commonlisp"]
209+
path = tree-sitter-commonlisp
210+
url = https://github.com/tree-sitter-grammars/tree-sitter-commonlisp.git

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pub fn build(b: *std.Build) void {
3030
.{ "bash", null },
3131
.{ "cmake", null },
3232
.{ "c", null },
33+
.{ "commonlisp", null },
3334
.{ "cpp", null },
3435
.{ "c-sharp", null },
3536
.{ "css", null },

tree-sitter-commonlisp

Submodule tree-sitter-commonlisp added at 3232350

0 commit comments

Comments
 (0)