mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
main: Highlight =( ) process substitutions
This commit is contained in:
parent
73640b79ea
commit
c0e64fe131
2 changed files with 12 additions and 2 deletions
|
|
@ -33,4 +33,7 @@ BUFFER=$': =(<foo)'
|
|||
expected_region_highlight=(
|
||||
'1 1 builtin' # :
|
||||
'3 9 default' # =(<foo)
|
||||
'3 9 process-substitution' # =(<foo)
|
||||
'5 5 redirection' # <foo
|
||||
'6 8 default' # foo
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue