absop / RainbowBrackets

A rainbow brackets plugin for SublimeText4.
MIT License
54 stars 8 forks source link

Allow for custom bracket pairs by scope #27

Open adepke opened 1 year ago

adepke commented 1 year ago

Currently, the bracket pair characters can only be changed on a per-filename basis. This is problematic for panels that display text, such as the LSP log panel, where I want triangle brackets ("<>") colored in my C++ source file but just curly brackets ("{}") in the LSP panel.