mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
parent
9706af4b81
commit
90b09f88ee
1 changed files with 1 additions and 1 deletions
|
|
@ -835,7 +835,7 @@ _zsh_highlight_main_highlighter_highlight_argument()
|
||||||
while [[ $arg[i+1] == [\^=~#+] ]]; do
|
while [[ $arg[i+1] == [\^=~#+] ]]; do
|
||||||
(( i += 1 ))
|
(( i += 1 ))
|
||||||
done
|
done
|
||||||
if [[ $arg[i+1] == [*@#?-$!] ]]; then
|
if [[ $arg[i+1] == [*@#?$!-] ]]; then
|
||||||
(( i += 1 ))
|
(( i += 1 ))
|
||||||
fi;;
|
fi;;
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue