mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
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:
parent
585860a186
commit
ba921c9aef
7 changed files with 217 additions and 163 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue