'main': Highlight the parentheses of array assignments as reserved words.

Fixes #585.
This commit is contained in:
Daniel Shahaf
2020-06-08 14:23:43 +00:00
parent 00c0c76550
commit 0f11d80968
13 changed files with 28 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ bar(){}
expected_region_highlight=(
'1 3 assign' # a=(
'3 3 reserved-word' # (
'5 7 default' # foo
'9 9 unknown-token' # |
# zsh reports a parse error at this point. Nevertheless, we test how we