subshells: Highlight the opening parenthesis correctly. (Issue #166.)

Followup to 0d1bfbcbfa.
This commit is contained in:
Daniel Shahaf
2015-10-30 11:38:32 +02:00
parent 5a38710564
commit 9e178f9f39
2 changed files with 3 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ BUFFER='tar cf - * | (cd /target; tar xfp -)'
expected_region_highlight=(
"1 3 $ZSH_HIGHLIGHT_STYLES[command]" # tar
"14 14 $ZSH_HIGHLIGHT_STYLES[reserved-word] 'issue #166'" # (
"14 14 $ZSH_HIGHLIGHT_STYLES[reserved-word]" # (
"15 16 $ZSH_HIGHLIGHT_STYLES[command]" # cd
"27 29 $ZSH_HIGHLIGHT_STYLES[command]" # tar
#"36 36 $ZSH_HIGHLIGHT_STYLES[?]" # )