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