main: Highlight {command,process} substitution delimiters

This commit is contained in:
Matthew Martin
2018-04-14 14:00:03 -05:00
parent 22839d08ef
commit e86f75a840
12 changed files with 95 additions and 15 deletions

View File

@@ -33,7 +33,9 @@ expected_region_highlight=(
"1 2 command" # ls
"4 8 default" # >(wc)
"4 8 process-substitution" # >(wc)
"4 5 process-substitution-delimiter" # >(
"6 7 command" # wc
"8 8 process-substitution-delimiter" # )
"10 10 commandseparator" # |
"12 13 command" # nl
)