mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
fixup! 'main': Write the "remainder" of the sentence in a comment. No functional change.
This commit is contained in:
parent
4480eb6cf8
commit
8fa7a15640
1 changed files with 1 additions and 1 deletions
|
|
@ -550,7 +550,7 @@ _zsh_highlight_highlighter_main_paint()
|
|||
next_word+=':sudo_opt:'
|
||||
else
|
||||
# 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.)
|
||||
fi
|
||||
elif [[ $this_word == *':sudo_arg:'* ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue