Skip to content

Commit 57bfee1

Browse files
committed
feat: add tree-sitter-proto
1 parent b7a1a23 commit 57bfee1

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
@@ -190,3 +190,6 @@
190190
[submodule "tree-sitter-rpmspec"]
191191
path = tree-sitter-rpmspec
192192
url = https://gitlab.com/cryptomilk/tree-sitter-rpmspec.git
193+
[submodule "tree-sitter-proto"]
194+
path = tree-sitter-proto
195+
url = https://github.com/sdoerner/tree-sitter-proto.git

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ pub fn build(b: *std.Build) void {
6262
addParser(b, lib, "openscad", null);
6363
addParser(b, lib, "org", null);
6464
addParser(b, lib, "php", "php");
65+
addParser(b, lib, "proto", null);
6566
addParser(b, lib, "purescript", null);
6667
addParser(b, lib, "python", null);
6768
addParser(b, lib, "regex", null);

tree-sitter-proto

Submodule tree-sitter-proto added at 778ab6e

0 commit comments

Comments
 (0)