Skip to content
Commit a1950dd5 authored by Waqar Ahmed's avatar Waqar Ahmed
Browse files

Introducing Colored Brackets plugin

This plugin allows to automatically color brackets in different colors.
This is helpful in stuff like:

```
if ((x && y) || (blah) || (foo)) { ... }
```

I have implemented in a way that only the current viewport's brackets are
checked. This allows us to achieve good results with very little work.
Also, another benefit is that the document length etc wouldn't affect
performance. Brackets are reparsed when you scroll or text is entered.

(cherry picked from commit d7e4e78b)
parent bd682417
Pipeline #101375 passed with stage
in 4 minutes and 18 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment