noop: Add comments.
This commit is contained in:
parent
1ad5c1f40f
commit
fb948f5331
@ -488,6 +488,8 @@ _zsh_highlight_highlighter_main_paint()
|
|||||||
case $res in
|
case $res in
|
||||||
reserved) # reserved word
|
reserved) # reserved word
|
||||||
style=reserved-word
|
style=reserved-word
|
||||||
|
#
|
||||||
|
# Match braces.
|
||||||
case $arg in
|
case $arg in
|
||||||
($'\x7b')
|
($'\x7b')
|
||||||
braces_stack='Y'"$braces_stack"
|
braces_stack='Y'"$braces_stack"
|
||||||
@ -554,6 +556,7 @@ _zsh_highlight_highlighter_main_paint()
|
|||||||
if (( insane_alias )); then
|
if (( insane_alias )); then
|
||||||
style=unknown-token
|
style=unknown-token
|
||||||
else
|
else
|
||||||
|
# The common case.
|
||||||
style=alias
|
style=alias
|
||||||
_zsh_highlight_main__resolve_alias $arg
|
_zsh_highlight_main__resolve_alias $arg
|
||||||
local alias_target="$REPLY"
|
local alias_target="$REPLY"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user