chore(vue): adapt to scanner rewrite (#6068)

This commit is contained in:
Amaan Qureshi 2024-02-09 12:05:52 -05:00 committed by GitHub
parent 95036477c1
commit 6b93dcd15a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -2146,8 +2146,8 @@ list.vimdoc = {
list.vue = {
install_info = {
url = "https://github.com/ikatyang/tree-sitter-vue",
files = { "src/parser.c", "src/scanner.cc" },
url = "https://github.com/tree-sitter-grammars/tree-sitter-vue",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@WhyNotHugo" },
}