feat!: switch upstream Zig parser

The new parser is faster, does not lag while editing, correctly parses
the entire Zig code base, and is much easier to write queries for.
This commit is contained in:
Amaan Qureshi 2024-08-29 22:37:17 -04:00
parent 585860a186
commit ba921c9aef
7 changed files with 217 additions and 163 deletions

View file

@ -2508,10 +2508,10 @@ list.zathurarc = {
list.zig = {
install_info = {
url = "https://github.com/maxxnino/tree-sitter-zig",
url = "https://github.com/tree-sitter-grammars/tree-sitter-zig",
files = { "src/parser.c" },
},
maintainers = { "@maxxnino" },
maintainers = { "@amaanq" },
}
list.templ = {