mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
parent
dffe304567
commit
6e0e950154
2 changed files with 2 additions and 2 deletions
|
|
@ -744,7 +744,7 @@ _zsh_highlight_main_highlighter_highlight_list()
|
|||
# Analyse the current word.
|
||||
if _zsh_highlight_main__is_redirection $arg ; then
|
||||
if (( in_redirection == 1 )); then
|
||||
# Two consecuive redirection operators is an error.
|
||||
# Two consecutive redirection operators is an error.
|
||||
_zsh_highlight_main_add_region_highlight $start_pos $end_pos unknown-token
|
||||
else
|
||||
in_redirection=2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue