mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
Update new query and parser for zig
This commit is contained in:
parent
2b51d9b766
commit
53160520e2
6 changed files with 225 additions and 228 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue