mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 14:42:57 +02:00
* Use tree-sitter-htmlx for Svelte grammar * Update Svelte queries for htmlx grammar * Fix Svelte runtime queries * Fix Svelte style injections
9 lines
183 B
Scheme
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
|