Skip to content

Commit e79ce6a

Browse files
committed
'main': Document additional meanings of the 'S' $braces_stack flag.
1 parent fb69f4c commit e79ce6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highlighters/main/main-highlighter.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ _zsh_highlight_main_highlighter_highlight_list()
444444
# "Q" for square
445445
# "Y" for curly
446446
# "T" for [[ ]]
447-
# "S" for $( )
447+
# "S" for $( ), =( ), <( ), >( )
448448
# "D" for do/done
449449
# "$" for 'end' (matches 'foreach' always; also used with cshjunkiequotes in repeat/while)
450450
# "?" for 'if'/'fi'; also checked by 'elif'/'else'

0 commit comments

Comments
 (0)