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
|
|
@ -33,6 +33,5 @@ BUFFER=$'foo=bar (( foo ))'
|
|||
expected_region_highlight=(
|
||||
'1 7 assign' # foo=bar
|
||||
'5 7 default' # bar
|
||||
'9 10 unknown-token "issue #461"' # ((
|
||||
'16 17 reserved-word' # ))
|
||||
'9 17 unknown-token' # (( foo ))
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue