helix/runtime/queries/inko/locals.scm
Yorick Peterse b437b8b0ee
Add support for Inko (#10656)
This adds formatting and Tree-sitter support for Inko
(https://inko-lang.org/).
2024-05-06 18:04:32 +02:00

11 lines
194 B
Scheme

[
(method)
(block)
] @local.scope
(argument name: _ @local.definition)
(define_variable name: _ @local.definition)
(named_argument name: _ @local.definition)
(identifier) @local.reference