From 8211a95421735c22cbc8a9bd7f19e02d29a60e5b Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 22 May 2020 04:44:49 +0000 Subject: [PATCH] changelog: Update through HEAD. --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index 428472f..947cdb5 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ - Document `$ZSH_HIGHLIGHT_MAXLENGTH`. [#698] +- Optimize highlighting unquoted words (words that are not in single quotes, double quotes, backticks, or dollar-single-quotes) + [#730] + - Redirection operators (e.g., `<` and `>`) are now highlighted by default [#646]