helix-mods/runtime/queries/koka/locals.scm
Matthew Toohey 2e4653ea31
add koka language support (#8727)
Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
2024-03-18 13:14:10 +01:00

30 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)