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,7 +34,9 @@ expected_region_highlight=(
|
|||
'1 15 assign' # foo=$(echo bar)
|
||||
'5 15 default' # $(echo bar)
|
||||
'5 15 command-substitution' # $(echo bar)
|
||||
'5 6 command-substitution-delimiter' # $(
|
||||
'7 10 builtin' # echo
|
||||
'12 14 default' # bar
|
||||
'15 15 command-substitution-delimiter' # )
|
||||
'17 17 builtin' # :
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue