mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Support the "close file descriptor" and "coproc" redirection syntaxes
Part of issue #645.
This commit is contained in:
parent
10171731f3
commit
fdf23e06c7
2 changed files with 8 additions and 4 deletions
|
|
@ -35,10 +35,10 @@ BUFFER=$'cat <&p; exec {myfd}>&-'
|
|||
expected_region_highlight=(
|
||||
'1 3 command' # cat
|
||||
'5 6 redirection' # <&
|
||||
'7 7 redirection "issue #645 (in part)"' # p
|
||||
'7 7 redirection' # p
|
||||
'8 8 commandseparator' # ;
|
||||
'10 13 precommand' # exec
|
||||
'15 20 named-fd' # {myfd}
|
||||
'21 22 redirection' # >&
|
||||
'23 23 redirection "issue #645 (in part)"' # -
|
||||
'23 23 redirection' # -
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue