main: Highlight =( ) process substitutions

This commit is contained in:
Matthew Martin
2018-03-14 22:47:33 -05:00
parent 73640b79ea
commit c0e64fe131
2 changed files with 12 additions and 2 deletions

View File

@@ -33,4 +33,7 @@ BUFFER=$': =(<foo)'
expected_region_highlight=(
'1 1 builtin' # :
'3 9 default' # =(<foo)
'3 9 process-substitution' # =(<foo)
'5 5 redirection' # <foo
'6 8 default' # foo
)