mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-01-22 22:45:36 +01:00
command word: Highlight 'else' correctly. Part of issue #207.
This commit is contained in:
parent
b397b12ac1
commit
2218e26bf8
2 changed files with 10 additions and 6 deletions
|
|
@ -104,6 +104,7 @@ _zsh_highlight_main_highlighter()
|
|||
'while'
|
||||
'if'
|
||||
'then'
|
||||
'else'
|
||||
'do'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue