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.
20 lines
398 B
Scheme
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
|
|
|