mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
chore(v): update repository url
This commit is contained in:
parent
9860fceb73
commit
0aa7131044
2 changed files with 2 additions and 2 deletions
|
|
@ -414,7 +414,7 @@ We are looking for maintainers to add more parsers and to write query files for
|
|||
- [x] [unison](https://github.com/kylegoetz/tree-sitter-unison) (maintained by @tapegram)
|
||||
- [x] [usd](https://github.com/ColinKennedy/tree-sitter-usd) (maintained by @ColinKennedy)
|
||||
- [x] [uxn tal](https://github.com/amaanq/tree-sitter-uxntal) (maintained by @amaanq)
|
||||
- [x] [v](https://github.com/v-analyzer/v-analyzer) (maintained by @kkharji, @amaanq)
|
||||
- [x] [v](https://github.com/vlang/v-analyzer) (maintained by @kkharji, @amaanq)
|
||||
- [x] [vala](https://github.com/vala-lang/tree-sitter-vala) (maintained by @Prince781)
|
||||
- [x] [verilog](https://github.com/tree-sitter/tree-sitter-verilog) (maintained by @zegervdv)
|
||||
- [x] [vhs](https://github.com/charmbracelet/tree-sitter-vhs) (maintained by @caarlos0)
|
||||
|
|
|
|||
|
|
@ -2102,7 +2102,7 @@ list.uxntal = {
|
|||
|
||||
list.v = {
|
||||
install_info = {
|
||||
url = "https://github.com/v-analyzer/v-analyzer",
|
||||
url = "https://github.com/vlang/v-analyzer",
|
||||
files = { "src/parser.c" },
|
||||
location = "tree_sitter_v",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue