highlights(elvish): fix captures

This commit is contained in:
ObserverOfTime 2022-10-22 14:02:47 +03:00
parent a71358d170
commit da4f4b007c

View file

@ -13,7 +13,7 @@
"use" @include
(import (bareword) @string.special)
["*" "**" "?"] @string.special
(wildcard ["*" "**" "?"] @character.special)
(command argument: (bareword) @parameter)
(command head: (identifier) @function.call)