mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
main: Highlight {command,process} substitution delimiters
This commit is contained in:
parent
22839d08ef
commit
e86f75a840
12 changed files with 95 additions and 15 deletions
|
|
@ -34,8 +34,10 @@ expected_region_highlight=(
|
|||
'1 1 builtin' # :
|
||||
'3 19 double-hyphen-option' # --foo=<(echo bar)
|
||||
'9 19 process-substitution' # <(echo bar)
|
||||
'9 10 process-substitution-delimiter' # <(
|
||||
'11 14 builtin' # echo
|
||||
'16 18 default' # bar
|
||||
'19 19 process-substitution-delimiter' # )
|
||||
'21 26 default' # "<(:)"
|
||||
'21 26 double-quoted-argument' # "<(:)"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue