mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
8 lines
319 B
Scheme
8 lines
319 B
Scheme
(function_definition) @local.scope
|
|
(constructor_definition) @local.scope
|
|
(block_statement) @local.scope
|
|
|
|
(function_definition (parameter name: (identifier) @local.definition.variable.parameter))
|
|
(constructor_definition (parameter name: (identifier) @local.definition.variable.parameter))
|
|
|
|
(identifier) @local.reference
|