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.
9 lines
272 B
Scheme
9 lines
272 B
Scheme
2 years ago
|
(function_definition) @local.scope
|
||
|
(block_statement) @local.scope
|
||
|
|
||
|
(function_definition (parameter name: (identifier) @local.definition))
|
||
|
|
||
|
; still have to support tuple assignments
|
||
|
(assignment_expression left: (identifier) @local.definition)
|
||
|
|
||
|
(identifier) @local.reference
|