Remove textobjects module

This commit is contained in:
Stephan Seitz 2020-09-20 23:20:37 +02:00 committed by Stephan Seitz
parent 7f325538cc
commit 3362f45196
16 changed files with 0 additions and 779 deletions

View file

@ -1,18 +0,0 @@
(class_specifier
body: (_) @class.inner) @class.outer
(for_range_loop
(_)? @loop.inner) @loop.outer
(template_declaration
(function_definition) @function.outer) @function.outer.start
(template_declaration
(struct_specifier) @class.outer) @class.outer.start
(template_declaration
(class_specifier) @class.outer) @class.outer.start
(parameter_list
(optional_parameter_declaration) @parameter.inner)