mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
highlights(fish): use @function.call
This commit is contained in:
parent
b2e0472a55
commit
4b32b75d4d
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@
|
|||
(command_substitution_dollar "$" @punctuation.bracket)
|
||||
|
||||
; non-bultin command names
|
||||
(command name: (word) @function)
|
||||
(command name: (word) @function.call)
|
||||
|
||||
; derived from builtin -n (fish 3.2.2)
|
||||
(command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue