Update new query and parser for zig

This commit is contained in:
maxxnino 2021-08-08 18:54:24 +09:00 committed by Stephan Seitz
parent 2b51d9b766
commit 53160520e2
6 changed files with 225 additions and 228 deletions

View file

@ -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 = {