'main': Document additional meanings of the 'S' $braces_stack flag.

This commit is contained in:
Daniel Shahaf 2020-03-17 14:12:00 +00:00
parent fb69f4ca81
commit e79ce6afd0

View file

@ -444,7 +444,7 @@ _zsh_highlight_main_highlighter_highlight_list()
# "Q" for square
# "Y" for curly
# "T" for [[ ]]
# "S" for $( )
# "S" for $( ), =( ), <( ), >( )
# "D" for do/done
# "$" for 'end' (matches 'foreach' always; also used with cshjunkiequotes in repeat/while)
# "?" for 'if'/'fi'; also checked by 'elif'/'else'