forked from Mirrors/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.
25 lines
345 B
Scheme
25 lines
345 B
Scheme
3 years ago
|
; Scopes
|
||
|
;-------
|
||
|
|
||
|
[
|
||
|
(let_binding)
|
||
|
(class_binding)
|
||
|
(class_function)
|
||
|
(method_definition)
|
||
|
(fun_expression)
|
||
|
(object_expression)
|
||
|
(for_expression)
|
||
|
(match_case)
|
||
|
(attribute_payload)
|
||
|
] @local.scope
|
||
|
|
||
|
; Definitions
|
||
|
;------------
|
||
|
|
||
|
(value_pattern) @local.definition
|
||
|
|
||
|
; References
|
||
|
;-----------
|
||
|
|
||
|
(value_path . (value_name) @local.reference)
|