'main': Highlight reserved words following assignments as errors.

Fixes #461.
This commit is contained in:
Daniel Shahaf
2020-03-19 19:45:02 +00:00
parent f54d829f03
commit b44964c545
6 changed files with 18 additions and 7 deletions

View File

@@ -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.