From f22e0aa2ae4169851b43d2225e6a43ef36442659 Mon Sep 17 00:00:00 2001 From: voroskoi Date: Sat, 28 Aug 2021 06:32:01 +0200 Subject: Add zig tree-sitter support (#631) * Add initial zig tree-sitter support * zig/highlights.scm: remove unnecessary queries * Add zig/indents.toml--- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index e750198a..0e015658 100644 --- a/.gitmodules +++ b/.gitmodules @@ -102,3 +102,7 @@ path = helix-syntax/languages/tree-sitter-protobuf url = https://github.com/yusdacra/tree-sitter-protobuf.git shallow = true +[submodule "helix-syntax/languages/tree-sitter-zig"] + path = helix-syntax/languages/tree-sitter-zig + url = https://github.com/maxxnino/tree-sitter-zig + shallow = true -- cgit v1.2.3-70-g09d2