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 22c4705 commit 37d4ed0Copy full SHA for 37d4ed0
highlighters/main/main-highlighter.zsh
@@ -617,6 +617,9 @@ _zsh_highlight_main_highlighter_highlight_list()
617
else
618
_zsh_highlight_main_highlighter_expand_path $arg
619
if [[ $arg != $REPLY ]]; then
620
+ # TODO: Is this right? Shouldn't we simply check whether it's
621
+ # executable? It's not just aliases and reserved words that aren't
622
+ # considered here; builtins should likewise be excluded.
623
_zsh_highlight_main__type "$REPLY" 0 0
624
res="$REPLY"
625
fi
0 commit comments