mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
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:
parent
6620ae1c44
commit
a1bee9959b
7 changed files with 228 additions and 94 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue