mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Highlight reserved words following assignments as errors.
Fixes #461.
This commit is contained in:
parent
f54d829f03
commit
b44964c545
6 changed files with 18 additions and 7 deletions
|
|
@ -60,6 +60,9 @@
|
|||
- Highlight `: =nosuchcommand' as an error (when the `EQUALS` option hasn't been unset).
|
||||
[#430]
|
||||
|
||||
- Highlight reserved word after assignments as errors (e.g., `foo=bar (ls;)`)
|
||||
[#461]
|
||||
|
||||
# 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