'main': Highlight mismatched parentheses and braces.

This commit is contained in:
Daniel Shahaf
2016-09-22 04:52:32 +00:00
parent 0a9b347483
commit 51b9d79c3b
4 changed files with 112 additions and 5 deletions

View File

@@ -38,5 +38,5 @@ expected_region_highlight=(
'6 9 builtin' # echo
'11 11 reserved-word' # }
'12 12 commandseparator' # \n
'13 13 unknown-token "issue #344 (balanced parentheses/braces)"' # }
'13 13 unknown-token' # }
)