Added missing separators: '&|', '|&' and '&!'
This commit is contained in:
		
							parent
							
								
									28a5c6e3f0
								
							
						
					
					
						commit
						f342c5e0cd
					
				| 
						 | 
					@ -73,7 +73,7 @@ _zsh_highlight_main_highlighter()
 | 
				
			||||||
  region_highlight=()
 | 
					  region_highlight=()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  ZSH_HIGHLIGHT_TOKENS_COMMANDSEPARATOR=(
 | 
					  ZSH_HIGHLIGHT_TOKENS_COMMANDSEPARATOR=(
 | 
				
			||||||
    '|' '||' ';' '&' '&&'
 | 
					    '|' '||' ';' '&' '&&' '&|' '|&' '&!'
 | 
				
			||||||
  )
 | 
					  )
 | 
				
			||||||
  ZSH_HIGHLIGHT_TOKENS_PRECOMMANDS=(
 | 
					  ZSH_HIGHLIGHT_TOKENS_PRECOMMANDS=(
 | 
				
			||||||
    'builtin' 'command' 'exec' 'nocorrect' 'noglob'
 | 
					    'builtin' 'command' 'exec' 'nocorrect' 'noglob'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue