refactor(v)!: update upstream repository

This commit is contained in:
Amaan Qureshi 2023-07-04 04:12:21 -04:00 committed by Christian Clason
parent c9bb5a5a7f
commit 46b1ad3de2
6 changed files with 230 additions and 178 deletions

View file

@ -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 = {