mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-08-20 00:48:26 +08:00
@@ -835,7 +835,7 @@ _zsh_highlight_main_highlighter_highlight_argument()
|
||||
while [[ $arg[i+1] == [\^=~#+] ]]; do
|
||||
(( i += 1 ))
|
||||
done
|
||||
if [[ $arg[i+1] == [*@#?-$!] ]]; then
|
||||
if [[ $arg[i+1] == [*@#?$!-] ]]; then
|
||||
(( i += 1 ))
|
||||
fi;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user