nvim-treesitter/runtime/queries/svelte/indents.scm
themixednuts a1bee9959b feat(svelte)!: switch parser repo and update queries
Breaking change: switch to themixednuts/tree-sitter-htmlx.

Update Svelte queries for the new node names.
2026-03-24 15:57:20 -05:00

19 lines
239 B
Scheme

; inherits: html
[
(if_block)
(each_block)
(await_block)
(key_block)
(snippet_block)
] @indent.begin
(block_end
(block_close) @indent.end)
[
(block_end)
(else_if_clause)
(else_clause)
(await_branch)
] @indent.branch