mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
7 lines
151 B
Scheme
7 lines
151 B
Scheme
; locals.scm
|
|
|
|
(function_definition) @local.scope
|
|
|
|
(formal_parameters (identifier) @local.definition.variable.parameter)
|
|
|
|
(identifier) @local.reference
|