mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
12 lines
275 B
Scheme
12 lines
275 B
Scheme
(sub_unit) @local.scope
|
|
|
|
(function_declaration) @local.scope
|
|
(compound_expression) @local.scope
|
|
|
|
(function_declaration
|
|
(identifier) @local.definition.function)
|
|
(function_declaration
|
|
(parameter (name) @local.definition.variable.parameter))
|
|
|
|
(identifier) @local.reference
|
|
|