mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
parent
bfd44f5c3f
commit
81267ca313
2 changed files with 12 additions and 6 deletions
|
|
@ -33,7 +33,7 @@ BUFFER=$'a=( foo | bar )'
|
|||
expected_region_highlight=(
|
||||
'1 3 assign' # a=(
|
||||
'5 7 default' # foo
|
||||
'9 9 unknown-token "issue #651"' # |
|
||||
'9 9 unknown-token' # |
|
||||
'11 13 unknown-token' # bar
|
||||
'15 15 unknown-token' # )
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue