mirror of
https://github.com/helix-editor/helix
synced 2026-08-09 16:04:21 +02:00
26 lines
419 B
Scheme
26 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)
|