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:
Christian Clason 2024-03-02 16:54:16 +01:00 committed by GitHub
parent a47540fd73
commit ada920f2a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 28 additions and 9 deletions

View file

@ -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 = {