mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-04-17 11:35:32 +08:00
fixup! 'main': Write the "remainder" of the sentence in a comment. No functional change.
This commit is contained in:
parent
4480eb6cf8
commit
8fa7a15640
@ -550,7 +550,7 @@ _zsh_highlight_highlighter_main_paint()
|
|||||||
next_word+=':sudo_opt:'
|
next_word+=':sudo_opt:'
|
||||||
else
|
else
|
||||||
# Not an option flag; nothing to do. (If the command line is
|
# Not an option flag; nothing to do. (If the command line is
|
||||||
# syntactically valid, ${this_state//:sudo_opt:/} should be
|
# syntactically valid, ${this_word//:sudo_opt:/} should be
|
||||||
# non-empty now.)
|
# non-empty now.)
|
||||||
fi
|
fi
|
||||||
elif [[ $this_word == *':sudo_arg:'* ]]; then
|
elif [[ $this_word == *':sudo_arg:'* ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user