mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
fix(v): adapt to removed scanner.c
This commit is contained in:
parent
ab818bf5a2
commit
9bc1f1e640
3 changed files with 5 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue