minor: Fix the editor braces matching confusion prevention sentinel.
This commit is contained in:
parent
a3c9e7ebc7
commit
de23e75946
|
@ -845,7 +845,7 @@ _zsh_highlight_main_highlighter_highlight_list()
|
||||||
;;
|
;;
|
||||||
*) if false; then
|
*) if false; then
|
||||||
elif [[ $arg = $'\x7d' ]] && $right_brace_is_recognised_everywhere; then
|
elif [[ $arg = $'\x7d' ]] && $right_brace_is_recognised_everywhere; then
|
||||||
# Parsing rule: }
|
# Parsing rule: {
|
||||||
#
|
#
|
||||||
# Additionally, `tt(})' is recognized in any position if neither the
|
# Additionally, `tt(})' is recognized in any position if neither the
|
||||||
# tt(IGNORE_BRACES) option nor the tt(IGNORE_CLOSE_BRACES) option is set.
|
# tt(IGNORE_BRACES) option nor the tt(IGNORE_CLOSE_BRACES) option is set.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user