Add function text objects
This commit is contained in:
parent
c2dcb86e78
commit
a871263996
|
@ -1,3 +1,9 @@
|
||||||
|
; Functions {{{
|
||||||
|
(function_declaration
|
||||||
|
body: (_) @function.inner) @function.outer
|
||||||
|
(primitive_declaration) @function.outer
|
||||||
|
; }}}
|
||||||
|
|
||||||
; Misc {{{
|
; Misc {{{
|
||||||
(comment) @comment.outer
|
(comment) @comment.outer
|
||||||
; }}}
|
; }}}
|
||||||
|
|
Loading…
Reference in a new issue