mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Correctly highlight '&&' and '||' inside '[[ … ]]' conditions.
This commit is contained in:
parent
b44964c545
commit
1000da306a
3 changed files with 45 additions and 1 deletions
|
|
@ -63,6 +63,8 @@
|
|||
- Highlight reserved word after assignments as errors (e.g., `foo=bar (ls;)`)
|
||||
[#461]
|
||||
|
||||
- Correctly highlight `[[ foo && bar || baz ]]`.
|
||||
|
||||
# Changes in version 0.7.1
|
||||
|
||||
- Remove out-of-date information from the 0.7.0 changelog.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue