mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-09-18 00:10:15 +00:00
Fix issue #222, "command word after repeat".
This commit is contained in:
@@ -47,5 +47,5 @@ expected_region_highlight+=(
|
||||
"54 56 $ZSH_HIGHLIGHT_STYLES[double-quoted-argument]" # "x"
|
||||
"59 62 $ZSH_HIGHLIGHT_STYLES[reserved-word]" # done
|
||||
"65 70 $ZSH_HIGHLIGHT_STYLES[reserved-word]" # repeat
|
||||
"75 76 $ZSH_HIGHLIGHT_STYLES[command] 'issue #222'" # ls
|
||||
"75 76 $ZSH_HIGHLIGHT_STYLES[command]" # ls
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user