mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
36 lines
545 B
Scheme
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
|