mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
brackets: Highlight the closing brackets of arithmetic expansion. (Issue #226.)
This commit is contained in:
parent
8b4adbd991
commit
a59f442d2d
2 changed files with 4 additions and 0 deletions
|
|
@ -36,4 +36,5 @@ BUFFER='(( x == 42 ))'
|
|||
|
||||
expected_region_highlight=(
|
||||
"1 2 $ZSH_HIGHLIGHT_STYLES[reserved-word]" # ((
|
||||
"12 13 $ZSH_HIGHLIGHT_STYLES[reserved-word]" # ))
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue