mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Highlight pipes inside array assignments as errors
This commit is contained in:
parent
533bfa0116
commit
1150e3ed67
5 changed files with 137 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ BUFFER=$'foo=(\nbar) env'
|
|||
|
||||
expected_region_highlight=(
|
||||
'1 5 assign' # foo=(
|
||||
'6 6 commandseparator' # \n
|
||||
'6 6 default' # \n
|
||||
'7 9 default' # bar
|
||||
'10 10 assign' # )
|
||||
'12 14 command' # env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue