bracket-colorizer
bracket-colorizer copied to clipboard
Atom extension for coloring bracket pairs.
Bumps [eslint](https://github.com/eslint/eslint) from 8.16.0 to 8.36.0. Release notes Sourced from eslint's releases. v8.36.0 Features c89a485 feat: Add checkJSDoc option to multiline-comment-style (#16807) (Laurent Cozic) f5f5e11 feat: Serialize parsers/processors in flat...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 5.1.0 to 7.4.2. Changelog Sourced from minimatch's changelog. change log 7.4 Add escape() method Add unescape() method Add Minimatch.hasMagic() method 7.3 Add support for posix character classes...
Bumps [UziTech/action-setup-atom](https://github.com/UziTech/action-setup-atom) from 1 to 3. Release notes Sourced from UziTech/action-setup-atom's releases. v3.0.0 3.0.0 (2022-04-21) Bug Fixes add token as npx argument (a4b222d) add token input (0c74667) find channel by...
Hello. Great work on the package, it's really helpfull. I think i found a bug, on Python's f strings the matcher does not work, it stays as the default grey....
Hello, This extension is great, one thing I'm missing though are the scope lines that you can find in the equivalent extension in VS Code. It would be nice to...
Would be helpful if brackets which does not match are e.g. flashing or have a special error color. I am thinking of things like ``` [ } ``` or ```...