feat(svelte)!: switch parser repo and update queries

Breaking change: switch to themixednuts/tree-sitter-htmlx.

Update Svelte queries for the new node names.
This commit is contained in:
themixednuts 2026-03-24 15:55:05 -05:00
parent 6620ae1c44
commit a1bee9959b
7 changed files with 228 additions and 94 deletions

View file

@ -2208,8 +2208,9 @@ return {
},
svelte = {
install_info = {
revision = 'ae5199db47757f785e43a14b332118a5474de1a2',
url = 'https://github.com/tree-sitter-grammars/tree-sitter-svelte',
location = 'crates/tree-sitter-svelte',
revision = '3be6db3dc94478b089a64e59e4d855fc3041a7be',
url = 'https://github.com/themixednuts/tree-sitter-htmlx',
},
maintainers = { '@amaanq' },
requires = { 'html_tags' },