Add comment text objects

Once again, something that isn't testable with 'tree-sitter' tooling...
This commit is contained in:
Bruno BELANYI 2022-06-04 10:27:56 +02:00
parent 2bd24cceb4
commit c2dcb86e78

5
queries/textobjects.scm Normal file
View file

@ -0,0 +1,5 @@
; Misc {{{
(comment) @comment.outer
; }}}
; vim: sw=2 foldmethod=marker