mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Support the IGNORE_BRACES option.
This is related to a future "unbalanced { ( ) }" check for issue #344.
This commit is contained in:
parent
a8a6384356
commit
02807f1826
2 changed files with 20 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ expected_region_highlight=(
|
|||
'1 2 reserved-word' # ()
|
||||
'4 4 reserved-word' # {
|
||||
'6 9 builtin' # echo
|
||||
'11 11 default "ignore_braces; fixed by next commit"' # }
|
||||
'11 11 default' # }
|
||||
'12 12 commandseparator' # \n
|
||||
'13 13 reserved-word' # }
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue