mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
11 lines
174 B
Scheme
11 lines
174 B
Scheme
; Scopes
|
|
|
|
(function_body) @local.scope
|
|
|
|
; Definitions
|
|
|
|
(argument
|
|
(value (var (local_var) @local.definition.variable.parameter)))
|
|
|
|
; References
|
|
(local_var) @local.reference
|