Add function text objects

This commit is contained in:
Bruno BELANYI 2022-06-04 10:32:13 +02:00
parent c2dcb86e78
commit a871263996

View file

@ -1,3 +1,9 @@
; Functions {{{
(function_declaration
body: (_) @function.inner) @function.outer
(primitive_declaration) @function.outer
; }}}
; Misc {{{
(comment) @comment.outer
; }}}