mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-09-18 08:20:18 +00:00
sudo: Highlight an empty sudo; as an error.
The word following 'sudo' was considered :regular:, although it isn't.
This commit is contained in:
@@ -206,6 +206,7 @@ _zsh_highlight_main_highlighter()
|
||||
elif [[ "$arg" = "sudo" ]]; then
|
||||
style=$ZSH_HIGHLIGHT_STYLES[precommand]
|
||||
next_word+=':sudo_opt:'
|
||||
next_word=${next_word//:regular:/}
|
||||
else
|
||||
_zsh_highlight_main_highlighter_expand_path $arg
|
||||
local expanded_arg="$REPLY"
|
||||
|
||||
Reference in New Issue
Block a user