helix/runtime/queries/hare/locals.scm
Masanori Ogino ec0bdb3976
Update Hare grammar (#11130)
This change uses <https://git.sr.ht/~ecs/tree-sitter-hare/> that is
up-to-date and linked from the official documentation.
2024-07-14 02:58:22 +09:00

20 lines
398 B
Scheme

(sub_unit) @local.scope
(function_declaration) @local.scope
(compound_expression) @local.scope
(global_binding
(identifier) @local.definition)
(constant_binding
(identifier) @local.definition)
(type_binding
(identifier) @local.definition)
(function_declaration
(identifier) @local.definition)
(function_declaration
(parameter (name) @local.definition))
(identifier) @local.reference