2022-06-03 22:31:45 +08:00
|
|
|
(function
|
|
|
|
parameters: (function_parameters (function_parameter)? @parameter.inside)
|
2025-06-18 22:32:41 +08:00
|
|
|
body: (block) @function.inside) @function.around
|
2022-06-03 22:31:45 +08:00
|
|
|
|
|
|
|
(anonymous_function
|
2025-06-18 22:32:41 +08:00
|
|
|
body: (block) @function.inside) @function.around
|
2022-06-20 10:36:33 +08:00
|
|
|
|
|
|
|
((function
|
|
|
|
name: (identifier) @_name
|
2025-06-18 22:32:41 +08:00
|
|
|
body: (block) @test.inside) @test.around
|
2022-06-20 10:36:33 +08:00
|
|
|
(#match? @_name "_test$"))
|