mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
parent
de23e75946
commit
38c794a978
3 changed files with 12 additions and 4 deletions
|
|
@ -31,8 +31,8 @@ BUFFER='exec {foo}>&/tmp ls'
|
|||
|
||||
expected_region_highlight=(
|
||||
"1 4 precommand" # exec
|
||||
"6 10 redirection 'issue #238'" # {foo}
|
||||
"6 10 named-fd" # {foo}
|
||||
"11 12 redirection" # >&
|
||||
"13 16 path" # /tmp
|
||||
"18 19 command 'issue #238'" # ls
|
||||
"18 19 command" # ls
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue