fix(v): adapt to removed scanner.c

This commit is contained in:
Christian Clason 2023-12-15 10:00:18 +01:00
parent ab818bf5a2
commit 9bc1f1e640
3 changed files with 5 additions and 5 deletions

View file

@ -2015,7 +2015,7 @@ list.uxntal = {
list.v = {
install_info = {
url = "https://github.com/v-analyzer/v-analyzer",
files = { "src/parser.c", "src/scanner.c" },
files = { "src/parser.c" },
location = "tree_sitter_v",
},
filetype = "vlang",