2023-05-30 19:29:43 +08:00
|
|
|
(template_body) @local.scope
|
|
|
|
(lambda_expression) @local.scope
|
|
|
|
|
|
|
|
|
|
|
|
(function_declaration
|
2025-02-25 01:46:34 +08:00
|
|
|
name: (identifier) @local.definition.function) @local.scope
|
2023-05-30 19:29:43 +08:00
|
|
|
|
|
|
|
(function_definition
|
2025-02-25 01:46:34 +08:00
|
|
|
name: (identifier) @local.definition.function)
|
2023-05-30 19:29:43 +08:00
|
|
|
|
|
|
|
(parameter
|
2025-02-25 01:46:34 +08:00
|
|
|
name: (identifier) @local.definition.variable.parameter)
|
2023-05-30 19:29:43 +08:00
|
|
|
|
|
|
|
(identifier) @local.reference
|