Add function call text objects
This commit is contained in:
parent
a871263996
commit
221904815a
|
@ -2,6 +2,9 @@
|
|||
(function_declaration
|
||||
body: (_) @function.inner) @function.outer
|
||||
(primitive_declaration) @function.outer
|
||||
|
||||
(function_call
|
||||
arguments: ((_) @call.inner)*) @call.outer
|
||||
; }}}
|
||||
|
||||
; Misc {{{
|
||||
|
|
Loading…
Reference in a new issue