'main': Support the IGNORE_BRACES option.

This is related to a future "unbalanced { ( ) }" check for issue #344.
This commit is contained in:
Daniel Shahaf
2016-09-22 03:38:34 +00:00
parent a8a6384356
commit 02807f1826
2 changed files with 20 additions and 2 deletions

View File

@@ -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' # }
)