mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Correct a comment.
This commit is contained in:
parent
7f5e11e38b
commit
bee115f797
1 changed files with 3 additions and 1 deletions
|
|
@ -514,7 +514,9 @@ _zsh_highlight_main_highlighter_highlight_list()
|
||||||
|
|
||||||
# Expand parameters.
|
# Expand parameters.
|
||||||
#
|
#
|
||||||
# ### For now, expand just '$foo', like that, without braces or anything.
|
# ### For now, expand just '$foo' or '${foo}', possibly with braces, but with
|
||||||
|
# ### no other features of the parameter expansion syntax. (No ${(x)foo},
|
||||||
|
# ### no ${foo[x]}, no ${foo:-x}.)
|
||||||
() {
|
() {
|
||||||
# That's not entirely correct --- if the parameter's value happens to be a reserved
|
# That's not entirely correct --- if the parameter's value happens to be a reserved
|
||||||
# word, the parameter expansion will be highlighted as a reserved word --- but that
|
# word, the parameter expansion will be highlighted as a reserved word --- but that
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue