'main': Support the IGNORE_BRACES option.
This is related to a future "unbalanced { ( ) }" check for issue #344.
This commit is contained in:
@@ -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' # }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user