brackets: Highlight the closing brackets of arithmetic expansion. (Issue #226.)
This commit is contained in:
@@ -36,4 +36,5 @@ BUFFER='(( x == 42 ))'
|
||||
|
||||
expected_region_highlight=(
|
||||
"1 2 $ZSH_HIGHLIGHT_STYLES[reserved-word]" # ((
|
||||
"12 13 $ZSH_HIGHLIGHT_STYLES[reserved-word]" # ))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user