mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
parent
3ac7d1c785
commit
08d4401fae
3 changed files with 15 additions and 1 deletions
|
|
@ -31,7 +31,9 @@ BUFFER='ls >(wc) | nl'
|
|||
|
||||
expected_region_highlight=(
|
||||
"1 2 command" # ls
|
||||
"4 8 process-substitution 'issue #494'" # >(wc)
|
||||
"4 8 default" # >(wc)
|
||||
"4 8 process-substitution" # >(wc)
|
||||
"6 7 command" # wc
|
||||
"10 10 commandseparator" # |
|
||||
"12 13 command" # nl
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue