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' # :
|
||||
)
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user