main: Highlight <( ) and >( ) process substitutions

Fixes #494
This commit is contained in:
Matthew Martin
2018-03-10 15:03:25 -06:00
parent 3ac7d1c785
commit 08d4401fae
3 changed files with 15 additions and 1 deletions

View File

@@ -31,7 +31,9 @@ BUFFER='ls >(wc) | nl'
expected_region_highlight=(
"1 2 command" # ls
"4 8 process-substitution 'issue #494'" # >(wc)
"4 8 default" # >(wc)
"4 8 process-substitution" # >(wc)
"6 7 command" # wc
"10 10 commandseparator" # |
"12 13 command" # nl
)