mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
2e4653ea31
Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
31 lines
442 B
Scheme
31 lines
442 B
Scheme
(modulebody) @local.scope
|
|
|
|
(block) @local.scope
|
|
|
|
(pattern
|
|
(identifier
|
|
(varid) @local.definition))
|
|
|
|
(decl
|
|
(apattern
|
|
(pattern
|
|
(identifier
|
|
(varid) @local.definition))))
|
|
|
|
(puredecl
|
|
(funid
|
|
(identifier
|
|
(varid) @local.definition)))
|
|
|
|
(puredecl
|
|
(binder
|
|
(identifier
|
|
(varid) @local.definition)))
|
|
|
|
(decl
|
|
(binder
|
|
(identifier
|
|
(varid) @local.definition)))
|
|
|
|
(identifier (varid) @local.reference)
|