Files
helix/runtime/queries/svelte/locals.scm
themixednutsandGitHub 954c67c7fa Use tree-sitter-htmlx for Svelte grammar (#15468)
* Use tree-sitter-htmlx for Svelte grammar

* Update Svelte queries for htmlx grammar

* Fix Svelte runtime queries

* Fix Svelte style injections
2026-05-25 16:17:59 -05:00

9 lines
183 B
Scheme

(snippet_block) @local.scope
(snippet_parameters
parameter: (pattern) @local.definition.variable.parameter)
(snippet_name) @local.definition.function
(tag_name) @local.reference