mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
644 B
Scheme
42 lines
644 B
Scheme
(object_definition) @context
|
|
|
|
(class_definition
|
|
class_parameters: (_) @context.params
|
|
) @context
|
|
|
|
(trait_definition
|
|
class_parameters: (_) @context.params
|
|
) @context
|
|
|
|
(enum_definition
|
|
class_parameters: (_) @context.params
|
|
) @context
|
|
|
|
(given_definition
|
|
parameters: (_) @context.params
|
|
) @context
|
|
|
|
(extension_definition
|
|
parameters: (_) @context.params
|
|
) @context
|
|
|
|
(function_definition
|
|
parameters: (_) @context.params
|
|
) @context
|
|
|
|
(if_expression
|
|
alternative: (_) @context
|
|
) @context
|
|
|
|
[
|
|
(call_expression)
|
|
(case_clause)
|
|
(catch_clause)
|
|
(lambda_expression)
|
|
(match_expression)
|
|
(try_expression)
|
|
(while_expression)
|
|
] @context
|
|
|
|
|