mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Highlight mismatched parentheses and braces.
This commit is contained in:
parent
0a9b347483
commit
51b9d79c3b
4 changed files with 112 additions and 5 deletions
|
|
@ -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' # }
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue