mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
refactor(v)!: update upstream repository
This commit is contained in:
parent
c9bb5a5a7f
commit
46b1ad3de2
6 changed files with 230 additions and 178 deletions
|
|
@ -1600,12 +1600,12 @@ list.uxntal = {
|
|||
|
||||
list.v = {
|
||||
install_info = {
|
||||
url = "https://github.com/vlang/vls",
|
||||
url = "https://github.com/v-analyzer/v-analyzer",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
location = "tree_sitter_v",
|
||||
},
|
||||
filetype = "vlang",
|
||||
maintainers = { "@kkharji" },
|
||||
maintainers = { "@kkharji", "@amaanq" },
|
||||
}
|
||||
|
||||
list.vala = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue