aboutsummaryrefslogtreecommitdiffstats
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
parenthighlights(elvish): use `@operator` for operators (diff)
downloadnvim-treesitter-69d0e942a00db13ab96bb9fd19d5bfd434d05490.tar
nvim-treesitter-69d0e942a00db13ab96bb9fd19d5bfd434d05490.tar.gz
nvim-treesitter-69d0e942a00db13ab96bb9fd19d5bfd434d05490.tar.bz2
nvim-treesitter-69d0e942a00db13ab96bb9fd19d5bfd434d05490.tar.lz
nvim-treesitter-69d0e942a00db13ab96bb9fd19d5bfd434d05490.tar.xz
nvim-treesitter-69d0e942a00db13ab96bb9fd19d5bfd434d05490.tar.zst
nvim-treesitter-69d0e942a00db13ab96bb9fd19d5bfd434d05490.zip
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 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)