From 69d0e942a00db13ab96bb9fd19d5bfd434d05490 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Mon, 29 Aug 2022 23:43:56 +0200 Subject: [PATCH] highlights(elvish): use `@function.call` --- queries/elvish/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/elvish/highlights.scm b/queries/elvish/highlights.scm index 071aeed86..c00f9cb18 100644 --- a/queries/elvish/highlights.scm +++ b/queries/elvish/highlights.scm @@ -16,7 +16,7 @@ ["*" "**" "?"] @string.special (command argument: (bareword) @parameter) -(command head: (identifier) @function) +(command head: (identifier) @function.call) ((command head: (identifier) @keyword.return) (#eq? @keyword.return "return")) ((command (identifier) @keyword.operator)