mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
highlights(elvish): use @function.call
This commit is contained in:
parent
730efb4e58
commit
69d0e942a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue