mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Fix issue #302, "Process substitution misparsed as redirection".
This commit is contained in:
parent
bfabffbf97
commit
fc9c892a3f
2 changed files with 6 additions and 2 deletions
|
|
@ -32,5 +32,5 @@ BUFFER='ls >(wc) | nl'
|
|||
expected_region_highlight=(
|
||||
"1 2 command" # ls
|
||||
"10 10 commandseparator" # |
|
||||
"12 13 command 'issue #302'" # nl
|
||||
"12 13 command" # nl
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue