summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authormaxxnino <idonthaveemail@dontknow.com>2021-08-08 18:54:24 +0900
committerStephan Seitz <stephan.lauf@yahoo.de>2021-08-11 08:16:16 +0200
commit53160520e2ee5f8e255ed181294e5452b04140f0 (patch)
tree473b296928eee77c70f9fd67a28961f67022aec2 /lua
parent2b51d9b766c34128db22484c343709e19f5301b5 (diff)
Update new query and parser for zig
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index afe02f70..eef3262b 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -633,11 +633,12 @@ list.bibtex = {
list.zig = {
install_info = {
- url = "https://github.com/Himujjal/tree-sitter-zig",
+ url = "https://github.com/maxxnino/tree-sitter-zig",
files = { "src/parser.c" },
+ branch = "main",
},
filetype = "zig",
- maintainers = { "@Himujjal" },
+ maintainers = { "@maxxnino" },
}
list.fortran = {