feat(textobjects): Add start to include preceding things like documentation

This commit is contained in:
Stephan Seitz 2020-07-15 19:32:41 +02:00 committed by Thomas Vigouroux
parent 31d1f068fd
commit b480d25155
4 changed files with 39 additions and 6 deletions

View file

@ -4,3 +4,12 @@
(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