2021-09-06 11:13:52 +02:00
|
|
|
; Scopes
|
|
|
|
|
2022-08-06 12:58:06 +02:00
|
|
|
[
|
|
|
|
(function_item)
|
|
|
|
(closure_expression)
|
|
|
|
(block)
|
|
|
|
] @local.scope
|
2021-09-06 11:13:52 +02:00
|
|
|
|
|
|
|
; Definitions
|
|
|
|
|
|
|
|
(parameter
|
|
|
|
(identifier) @local.definition)
|
|
|
|
|
2022-07-20 04:51:35 +02:00
|
|
|
(closure_parameters (identifier) @local.definition)
|
2021-09-06 11:13:52 +02:00
|
|
|
|
|
|
|
; References
|
|
|
|
(identifier) @local.reference
|
|
|
|
|