We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936bc25 commit 6194518Copy full SHA for 6194518
highlighters/main/main-highlighter.zsh
@@ -488,6 +488,13 @@ _zsh_highlight_main_highlighter_highlight_list()
488
# $in_redirection. The value of $next_word from the iteration that processed
489
# the operator is discarded.
490
#
491
+ # $in_redirection is currently used for:
492
+ # - comments
493
+ # - aliases
494
+ # - redirections
495
+ # - parameter elision in command position
496
+ # - 'repeat' loops
497
+ #
498
local this_word next_word=':start::start_of_pipeline:'
499
integer in_redirection
500
# Processing buffer
0 commit comments