'main': Highlight the parentheses of array assignments as reserved words.
Fixes #585.
This commit is contained in:
@@ -34,5 +34,6 @@ BUFFER=$'l+=( $1'
|
||||
|
||||
expected_region_highlight=(
|
||||
'1 4 assign' # l+=(
|
||||
'4 4 reserved-word' # (
|
||||
'6 7 default' # $1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user