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.
22 lines
365 B
Scheme
22 lines
365 B
Scheme
[
|
|
(method_definition)
|
|
] @local.scope
|
|
|
|
(name) @local.reference
|
|
(field) @local.reference
|
|
(static_field) @local.reference
|
|
|
|
(for_statement
|
|
loop_variable: (name) @local.definition)
|
|
|
|
(variable_definition
|
|
name: (name) @local.definition)
|
|
|
|
(assignment
|
|
left: (field) @local.definition)
|
|
|
|
(assignment
|
|
left: (static_field) @local.definition)
|
|
|
|
(parameter) @local.definition
|