Closed
Description
Environnement variable are not highlighted, example echo $foo $bar
$foo and $bar are white.
i think a line in tweak main would be appropriated.
example :
ZSH_HIGHLIGHT_STYLES[variable]
if the variable exist et is not empty.
ZSH_HIGHLIGHT_STYLES[variable-empty]
if the variable is not set or is empty.
i have posted this comment on another thread, tell me if it's better if i delete it to clean the thread.
thanks