|
|
@ -4,6 +4,6 @@
|
|
|
|
(class_declaration (aggregate_body) @class.inside) @class.around
|
|
|
|
(class_declaration (aggregate_body) @class.inside) @class.around
|
|
|
|
(interface_declaration (aggregate_body) @class.inside) @class.around
|
|
|
|
(interface_declaration (aggregate_body) @class.inside) @class.around
|
|
|
|
(struct_declaration (aggregate_body) @class.inside) @class.around
|
|
|
|
(struct_declaration (aggregate_body) @class.inside) @class.around
|
|
|
|
(unittest_declaration (block_statement) @test.insid) @test.around
|
|
|
|
(unittest_declaration (block_statement) @test.inside) @test.around
|
|
|
|
(parameter) @parameter.inside
|
|
|
|
(parameter) @parameter.inside
|
|
|
|
(template_parameter) @parameter.inside
|
|
|
|
(template_parameter) @parameter.inside
|
|
|
|