Skip to content

Commit 442fdce

Browse files
committed
feat: add tree-sitter-commonlisp
1 parent f9fb7a8 commit 442fdce

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
@@ -26,6 +26,7 @@ pub fn build(b: *std.Build) void {
2626
.{ "bash", null },
2727
.{ "cmake", null },
2828
.{ "c", null },
29+
.{ "commonlisp", null },
2930
.{ "cpp", null },
3031
.{ "c-sharp", null },
3132
.{ "css", null },

tree-sitter-commonlisp

Submodule tree-sitter-commonlisp added at 3232350

0 commit comments

Comments
 (0)