mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
25 lines
419 B
Scheme
25 lines
419 B
Scheme
(modulebody) @local.scope
|
|
|
|
(block) @local.scope
|
|
|
|
(pparameter
|
|
(pattern
|
|
(identifier
|
|
(varid) @local.definition.variable.parameter)))
|
|
|
|
(puredecl
|
|
(funid
|
|
(identifier
|
|
(varid) @local.definition.function)))
|
|
|
|
(puredecl
|
|
(binder
|
|
(identifier
|
|
(varid) @local.definition.function)))
|
|
|
|
(decl
|
|
(binder
|
|
(identifier
|
|
(varid) @local.definition.function)))
|
|
|
|
(identifier (varid) @local.reference)
|