mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
16 lines
224 B
Scheme
16 lines
224 B
Scheme
; Scopes
|
|
|
|
(block) @local.scope
|
|
(closure_expression) @local.scope
|
|
|
|
; Definitions
|
|
|
|
(parameter
|
|
(identifier) @local.definition)
|
|
|
|
(closure_parameters (identifier) @local.definition)
|
|
|
|
; References
|
|
(identifier) @local.reference
|
|
|