Skip to content

Instantly share code, notes, and snippets.

@shubheksha
Last active July 8, 2025 16:12
Show Gist options
  • Save shubheksha/45ebe03f38789a5fb70bf04dbcd2fb74 to your computer and use it in GitHub Desktop.
Save shubheksha/45ebe03f38789a5fb70bf04dbcd2fb74 to your computer and use it in GitHub Desktop.

Revisions

  1. shubheksha revised this gist Jan 4, 2018. 1 changed file with 9 additions and 1 deletion.
    10 changes: 9 additions & 1 deletion brackets-pair-colorizer.md
    Original file line number Diff line number Diff line change
    @@ -25,4 +25,12 @@ Enable plugin by the following these steps: Open Settings|Plugins|Browse Reposit

    ## Emacs

    [Rainbow Delimiters](https://www.emacswiki.org/emacs/RainbowDelimiters)
    [Rainbow Delimiters](https://www.emacswiki.org/emacs/RainbowDelimiters)

    ## Visual Studio

    [Viasfora](https://viasfora.com/)

    ## IntelliJ IDEA IDEs

    [Rainbow Brackets](https://plugins.jetbrains.com/plugin/10080-rainbow-brackets)
  2. shubheksha created this gist Dec 29, 2017.
    28 changes: 28 additions & 0 deletions brackets-pair-colorizer.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    ## VSCode

    [Bracket Pair Colorizer](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer)

    ## Sublime Text

    [BracketHighlighter](http://facelessuser.github.io/BracketHighlighter/)
    [rainbowth for ST 3](https://github.com/whitequark/rainbowth)
    [rainbowth for ST 2](https://github.com/andkerosine/rainbowth)

    ## Vim

    [Rainbow Parentheses Improved](https://github.com/luochen1990/rainbow)

    ## Atom

    [nms-color-bracket](https://atom.io/packages/nms-color-bracket)
    [swackets](https://atom.io/packages/swackets)

    ## PHPStorm

    Enable plugin by the following these steps: Open Settings|Plugins|Browse Repositories and search for: Rainbow Brackets

    [Source](https://twitter.com/phpstorm/status/946420553761648640)

    ## Emacs

    [Rainbow Delimiters](https://www.emacswiki.org/emacs/RainbowDelimiters)