mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
feat(vue): switch to new parser (#6233)
* feat(vue): switch to new parser --------- Co-authored-by: Phạm Huy Hoàng <hoangtun0810@gmail.com>
This commit is contained in:
parent
a47540fd73
commit
ada920f2a4
3 changed files with 28 additions and 9 deletions
|
|
@ -2204,8 +2204,9 @@ list.vue = {
|
|||
install_info = {
|
||||
url = "https://github.com/tree-sitter-grammars/tree-sitter-vue",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
branch = "main",
|
||||
},
|
||||
maintainers = { "@WhyNotHugo" },
|
||||
maintainers = { "@WhyNotHugo", "@lucario387" },
|
||||
}
|
||||
|
||||
list.wgsl = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue