mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
21 lines
627 B
Scheme
21 lines
627 B
Scheme
(identifier) @local.reference
|
|
|
|
[
|
|
(namespace)
|
|
(named_module)
|
|
(function_or_value_defn)
|
|
] @local.scope
|
|
|
|
(function_declaration_left
|
|
.
|
|
((_) @local.definition.function)
|
|
((argument_patterns
|
|
[
|
|
(_ (identifier) @local.definition.variable.parameter)
|
|
(_ (_ (identifier) @local.definition.variable.parameter))
|
|
(_ (_ (_ (identifier) @local.definition.variable.parameter)))
|
|
(_ (_ (_ (_ (identifier) @local.definition.variable.parameter))))
|
|
(_ (_ (_ (_ (_ (identifier) @local.definition.variable.parameter)))))
|
|
(_ (_ (_ (_ (_ (_ (identifier) @local.definition.variable.parameter))))))
|
|
])
|
|
))
|