internal: Fix docstrings.
This commit is contained in:
parent
69203b1a1d
commit
faed2fa49e
@ -254,14 +254,14 @@ _zsh_highlight_main_highlighter()
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check if the argument is variable assignment
|
# Check if $arg is variable assignment
|
||||||
_zsh_highlight_main_highlighter_check_assign()
|
_zsh_highlight_main_highlighter_check_assign()
|
||||||
{
|
{
|
||||||
setopt localoptions extended_glob
|
setopt localoptions extended_glob
|
||||||
[[ $arg == [[:alpha:]_][[:alnum:]_]#(|\[*\])(|[+])=* ]]
|
[[ $arg == [[:alpha:]_][[:alnum:]_]#(|\[*\])(|[+])=* ]]
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check if the argument is a path.
|
# Check if $arg is a path.
|
||||||
_zsh_highlight_main_highlighter_check_path()
|
_zsh_highlight_main_highlighter_check_path()
|
||||||
{
|
{
|
||||||
setopt localoptions nonomatch
|
setopt localoptions nonomatch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user