mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Added missing separators: '&|', '|&' and '&!'
This commit is contained in:
parent
28a5c6e3f0
commit
f342c5e0cd
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ _zsh_highlight_main_highlighter()
|
|||
region_highlight=()
|
||||
|
||||
ZSH_HIGHLIGHT_TOKENS_COMMANDSEPARATOR=(
|
||||
'|' '||' ';' '&' '&&'
|
||||
'|' '||' ';' '&' '&&' '&|' '|&' '&!'
|
||||
)
|
||||
ZSH_HIGHLIGHT_TOKENS_PRECOMMANDS=(
|
||||
'builtin' 'command' 'exec' 'nocorrect' 'noglob'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue