I am currently using zle_highlight in zsh to highlight the entire command line. However, I also hope I could highlight "|" using a different more discerning style.
After googling for a while, I found no solution. Could anyone help?
|
feedback
|
|
You can't do that with just You can do this with the experimental zsh syntax highlighting plugin. By default, it highlights keywords and command names, which may be enough. To highlight
but note that this highlights all | |||
|
feedback
|