'main': Correctly highlight '&&' and '||' inside '[[ … ]]' conditions.

This commit is contained in:
Daniel Shahaf
2020-03-19 20:16:43 +00:00
parent b44964c545
commit 1000da306a
3 changed files with 45 additions and 1 deletions

View File

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