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