From 221904815ae519e77f94f5966f27edae54990fea Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 4 Jun 2022 10:32:35 +0200 Subject: [PATCH] Add function call text objects --- queries/textobjects.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/queries/textobjects.scm b/queries/textobjects.scm index 58e2a93..c74af20 100644 --- a/queries/textobjects.scm +++ b/queries/textobjects.scm @@ -2,6 +2,9 @@ (function_declaration body: (_) @function.inner) @function.outer (primitive_declaration) @function.outer + +(function_call + arguments: ((_) @call.inner)*) @call.outer ; }}} ; Misc {{{