mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 02:33:01 +02:00
10 lines
307 B
Scheme
10 lines
307 B
Scheme
(knot_block) @local.scope
|
|
(stitch_block) @local.scope
|
|
|
|
(param (identifier) @local.definition.variable.parameter)
|
|
(param (divert (identifier) @local.definition.variable.parameter))
|
|
(temp_def name: (identifier) @local.definition.variable)
|
|
|
|
(identifier) @local.reference
|
|
(divert (identifier) @local.reference)
|