mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
b437b8b0ee
This adds formatting and Tree-sitter support for Inko (https://inko-lang.org/).
11 lines
194 B
Scheme
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
|