From d843d2677f9f8f4270565711c712b21b07c6dc0e Mon Sep 17 00:00:00 2001 From: Uy Ha Date: Thu, 17 Jun 2021 22:31:43 +0200 Subject: [PATCH] Add what queries has for now --- queries/highlights.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/queries/highlights.scm b/queries/highlights.scm index b66fdbe..0af3290 100644 --- a/queries/highlights.scm +++ b/queries/highlights.scm @@ -2,7 +2,8 @@ (quoted_element) @parameter (unquoted_argument) @parameter (variable) @variable.builtin -(command_invocation [ +[ (normal_command) - (foreach_loop) -] @function) + (foreach_command) + (endforeach_command) +]@function