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

@ -738,7 +738,7 @@
"revision": "ed8695ad8de39c3f073da130156f00b1148e2891"
},
"vue": {
"revision": "91fe2754796cd8fba5f229505a23fa08f3546c06"
"revision": "7e48557b903a9db9c38cea3b7839ef7e1f36c693"
},
"wgsl": {
"revision": "40259f3c77ea856841a4e0c4c807705f3e4a2b65"

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" },
}