luochen1990 / rainbow

Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.
Apache License 2.0
1.78k stars 95 forks source link

Fixed for lua long bracket strings #172

Closed 91khr closed 2 years ago

91khr commented 2 years ago

The default setting fails on such lua strings:

[[ Blah ]]

Adding a rule to avoid matching and highlighting the first [ may fix this.