diff options
| -rw-r--r-- | queries/elvish/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
