mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Fix issue #290, «Mishighlights "longloops" 'repeat'».
This commit is contained in:
parent
4832f18c50
commit
ef68f50c04
2 changed files with 5 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ BUFFER='repeat 42; do ls; done'
|
|||
expected_region_highlight+=(
|
||||
"1 6 reserved-word" # repeat
|
||||
"8 9 default" # 42
|
||||
"10 10 commandseparator 'issue #290'" # ;
|
||||
"10 10 commandseparator" # ;
|
||||
"12 13 reserved-word" # do
|
||||
"15 16 command" # ls
|
||||
"17 17 commandseparator" # ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue