feat(svelte)!: switch upstream parser

This commit is contained in:
Amaan Qureshi 2024-02-19 02:53:49 -05:00
parent b3e53e9423
commit 3a7b5a9fb4
8 changed files with 52 additions and 34 deletions

View file

@ -1893,10 +1893,10 @@ list.surface = {
list.svelte = {
install_info = {
url = "https://github.com/Himujjal/tree-sitter-svelte",
url = "https://github.com/tree-sitter-grammars/tree-sitter-svelte",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@elianiva" },
maintainers = { "@amaanq" },
}
list.swift = {