mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 20:23:03 +02:00
15 lines
329 B
Scheme
15 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
|