mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
feat(vala)!: switch to @vala-lang parser
This commit is contained in:
parent
32e033a8f5
commit
f3c309db4e
3 changed files with 221 additions and 273 deletions
|
|
@ -1031,11 +1031,11 @@ list.norg = {
|
|||
|
||||
list.vala = {
|
||||
install_info = {
|
||||
url = "https://github.com/matbme/tree-sitter-vala",
|
||||
branch = "main",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
url = "https://github.com/vala-lang/tree-sitter-vala",
|
||||
branch = "master",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@matbme" },
|
||||
maintainers = { "@Prince781", "@vala-lang" },
|
||||
}
|
||||
|
||||
list.lalrpop = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue