mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -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
|
|
@ -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