mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
10 lines
300 B
Scheme
10 lines
300 B
Scheme
(compilation) @local.scope
|
|
(package_declaration) @local.scope
|
|
(package_body) @local.scope
|
|
(subprogram_declaration) @local.scope
|
|
(subprogram_body) @local.scope
|
|
(block_statement) @local.scope
|
|
|
|
(parameter_specification . (identifier) @local.definition.variable.parameter)
|
|
|
|
(identifier) @local.reference
|