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