highlights(elvish): use @function.call

This commit is contained in:
Stephan Seitz 2022-08-29 23:43:56 +02:00
parent 730efb4e58
commit 69d0e942a0

View file

@ -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)