absop / RainbowBrackets

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

Wrong bracket matching #1

Closed hrasekj closed 2 years ago

hrasekj commented 5 years ago

Hello, I recently found this extension and its amasing. But i found one small issue in javascript. As you can see on this screen

Here is my config for the language:

        "php-js": {
            "extensions": [
                "php",
                "js",
                "jsx"
            ],
            "mode": "all"
        },

Also, when I want to ignore the curly brackets "!brackets": ["("], i get this Snímek z 2019-06-13 15-24-02

Am I doing something wrong?

scott-ln commented 5 years ago

Thanks too for this extension! But I'm also seeing the problem, which is different in the latest version.

image