mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
19 lines
237 B
Scheme
19 lines
237 B
Scheme
; Scopes
|
|
|
|
[
|
|
(function_item)
|
|
(closure_expression)
|
|
(block)
|
|
] @local.scope
|
|
|
|
; Definitions
|
|
|
|
(parameter
|
|
(identifier) @local.definition)
|
|
|
|
(closure_parameters (identifier) @local.definition)
|
|
|
|
; References
|
|
(identifier) @local.reference
|
|
|