diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2022-08-29 23:43:56 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-09-11 04:16:06 -0700 |
| commit | 69d0e942a00db13ab96bb9fd19d5bfd434d05490 (patch) | |
| tree | 957037913bbf022d8d6293181ed24023762c42d5 | |
| parent | 730efb4e58ed084150665653e6ffe780015ec29d (diff) | |
highlights(elvish): use `@function.call`
| -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 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) |
