2024-07-14 01:58:22 +08:00
|
|
|
(sub_unit) @local.scope
|
2022-04-27 03:55:00 +08:00
|
|
|
|
|
|
|
(function_declaration) @local.scope
|
2024-07-14 01:58:22 +08:00
|
|
|
(compound_expression) @local.scope
|
2022-04-27 03:55:00 +08:00
|
|
|
|
|
|
|
(function_declaration
|
2025-02-25 01:46:34 +08:00
|
|
|
(identifier) @local.definition.function)
|
2024-07-14 01:58:22 +08:00
|
|
|
(function_declaration
|
2025-02-25 01:46:34 +08:00
|
|
|
(parameter (name) @local.definition.variable.parameter))
|
2022-04-27 03:55:00 +08:00
|
|
|
|
|
|
|
(identifier) @local.reference
|
|
|
|
|