Add C/C++ textobjects

This commit is contained in:
Stephan Seitz 2020-06-27 20:05:35 +02:00 committed by Thomas Vigouroux
parent d685d82682
commit 5e83307a43
2 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,6 @@
(class_specifier
body: (_) @class.inner) @class.outer
(for_range_loop
(_)? @loop.inner) @loop.outer