We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3deffb commit 5a38710Copy full SHA for 5a38710
highlighters/main/test-data/subshell.zsh
@@ -31,6 +31,8 @@ BUFFER='tar cf - * | (cd /target; tar xfp -)'
31
32
expected_region_highlight=(
33
"1 3 $ZSH_HIGHLIGHT_STYLES[command]" # tar
34
+ "14 14 $ZSH_HIGHLIGHT_STYLES[reserved-word] 'issue #166'" # (
35
"15 16 $ZSH_HIGHLIGHT_STYLES[command]" # cd
36
"27 29 $ZSH_HIGHLIGHT_STYLES[command]" # tar
37
+ #"36 36 $ZSH_HIGHLIGHT_STYLES[?]" # )
38
)
0 commit comments