Skip to content

Commit 42b2cb6

Browse files
committed
feat: add tree-sitter-objc
1 parent 6e2827e commit 42b2cb6

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,6 @@
235235
[submodule "tree-sitter-wikitext"]
236236
path = tree-sitter-wikitext
237237
url = https://github.com/santhoshtr/tree-sitter-wikitext.git
238+
[submodule "tree-sitter-objc"]
239+
path = tree-sitter-objc
240+
url = https://github.com/tree-sitter-grammars/tree-sitter-objc

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ pub fn build(b: *std.Build) void {
6969
.{ "ninja", null },
7070
.{ "nix", null },
7171
.{ "nu", null },
72+
.{ "objc", null },
7273
.{ "ocaml", "grammars/interface" },
7374
.{ "ocaml", "grammars/ocaml" },
7475
.{ "ocaml", "grammars/type" },

build.zig.zon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"tree-sitter-ninja",
5454
"tree-sitter-nix",
5555
"tree-sitter-nu",
56+
"tree-sitter-objc",
5657
"tree-sitter-ocaml",
5758
"tree-sitter-odin",
5859
"tree-sitter-openscad",

tree-sitter-objc

Submodule tree-sitter-objc added at 181a81b

0 commit comments

Comments
 (0)