mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
chore(vue): adapt to scanner rewrite (#6068)
This commit is contained in:
parent
95036477c1
commit
6b93dcd15a
2 changed files with 3 additions and 3 deletions
|
|
@ -738,7 +738,7 @@
|
|||
"revision": "ed8695ad8de39c3f073da130156f00b1148e2891"
|
||||
},
|
||||
"vue": {
|
||||
"revision": "91fe2754796cd8fba5f229505a23fa08f3546c06"
|
||||
"revision": "7e48557b903a9db9c38cea3b7839ef7e1f36c693"
|
||||
},
|
||||
"wgsl": {
|
||||
"revision": "40259f3c77ea856841a4e0c4c807705f3e4a2b65"
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue