mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Don't consider «$*» a glob.
This commit is contained in:
parent
9523d6d49c
commit
237f89ad62
2 changed files with 37 additions and 0 deletions
|
|
@ -658,6 +658,7 @@ _zsh_highlight_highlighter_main_paint()
|
|||
already_added=1
|
||||
;;
|
||||
'`'*) style=back-quoted-argument;;
|
||||
[$][*]) style=default;;
|
||||
[*?]*|*[^\\][*?]*)
|
||||
$highlight_glob && style=globbing || style=default;;
|
||||
*) if false; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue