main: Highlight {command,process} substitution delimiters
This commit is contained in:
@@ -34,6 +34,8 @@ expected_region_highlight=(
|
||||
'1 1 builtin' # :
|
||||
'3 9 default' # $(<foo)
|
||||
'3 9 command-substitution' # $(<foo)
|
||||
'3 4 command-substitution-delimiter' # $(
|
||||
'5 5 redirection' # <
|
||||
'6 8 default' # foo
|
||||
'9 9 command-substitution-delimiter' # )
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user