brackets: Highlight the closing brackets of arithmetic expansion. (Issue #226.)

This commit is contained in:
Daniel Shahaf
2015-10-30 17:28:48 +00:00
parent 8b4adbd991
commit a59f442d2d
2 changed files with 4 additions and 0 deletions

View File

@@ -36,4 +36,5 @@ BUFFER='(( x == 42 ))'
expected_region_highlight=(
"1 2 $ZSH_HIGHLIGHT_STYLES[reserved-word]" # ((
"12 13 $ZSH_HIGHLIGHT_STYLES[reserved-word]" # ))
)