helix/runtime/queries/capnp/locals.scm
2025-03-27 10:50:04 -04:00

36 lines
545 B
Scheme

; Scopes
[
(message)
(annotation_targets)
(const_list)
(enum)
(interface)
(implicit_generics)
(generics)
(group)
(method_parameters)
(named_return_types)
(struct)
(struct_shorthand)
(union)
] @local.scope
; References
[
(extend_type)
(field_type)
] @local.reference
(custom_type (type_identifier) @local.reference)
(custom_type
(generics
(generic_parameters
(generic_identifier) @local.reference)))
; Definitions
[
(param_identifier)
(return_identifier)
] @local.definition.variable.parameter