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