summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2022-08-29 23:43:56 +0200
committerStephan Seitz <stephan.seitz@fau.de>2022-09-11 04:16:06 -0700
commit69d0e942a00db13ab96bb9fd19d5bfd434d05490 (patch)
tree957037913bbf022d8d6293181ed24023762c42d5
parent730efb4e58ed084150665653e6ffe780015ec29d (diff)
highlights(elvish): use `@function.call`
-rw-r--r--queries/elvish/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/elvish/highlights.scm b/queries/elvish/highlights.scm
index 071aeed8..c00f9cb1 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)