mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-09-18 00:10:15 +00:00
main: Highlight command substitutions
This commit is contained in:
@@ -34,5 +34,6 @@ expected_region_highlight=(
|
||||
'1 1 builtin' # :
|
||||
'3 8 default' # "$(:)"
|
||||
'3 8 double-quoted-argument' # "$(:)"
|
||||
'4 4 dollar-double-quoted-argument' # $
|
||||
'4 7 command-substitution' # $(:)
|
||||
'6 6 builtin' # :
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user