2022-10-20 23:54:17 +02:00
|
|
|
(function_declaration (function_body) @function.inside) @function.around
|
|
|
|
(comment) @comment.inside
|
|
|
|
(comment)+ @comment.around
|
|
|
|
(class_declaration (aggregate_body) @class.inside) @class.around
|
|
|
|
(interface_declaration (aggregate_body) @class.inside) @class.around
|
|
|
|
(struct_declaration (aggregate_body) @class.inside) @class.around
|
2022-11-02 01:44:56 +01:00
|
|
|
(unittest_declaration (block_statement) @test.inside) @test.around
|
2022-10-20 23:54:17 +02:00
|
|
|
(parameter) @parameter.inside
|
2022-11-02 01:44:56 +01:00
|
|
|
(template_parameter) @parameter.inside
|