mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Expand comment.
This commit is contained in:
parent
f564d11a41
commit
fdf682a2f9
1 changed files with 1 additions and 1 deletions
|
|
@ -665,7 +665,7 @@ _zsh_highlight_main_highlighter_highlight_list()
|
||||||
[[ ${parameter_name} =~ ^${~parameter_name_pattern}$ ]] &&
|
[[ ${parameter_name} =~ ^${~parameter_name_pattern}$ ]] &&
|
||||||
(( ${+parameters[(e)${MATCH}]} )) && [[ ${parameters[(e)$MATCH]} != *special* ]]
|
(( ${+parameters[(e)${MATCH}]} )) && [[ ${parameters[(e)$MATCH]} != *special* ]]
|
||||||
then
|
then
|
||||||
# Set $arg.
|
# Set $arg and update $res.
|
||||||
case ${(tP)MATCH} in
|
case ${(tP)MATCH} in
|
||||||
(*array*|*assoc*)
|
(*array*|*assoc*)
|
||||||
words=( ${(P)MATCH} )
|
words=( ${(P)MATCH} )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue