Skip to content

qeesung/HighlightBracketPair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ceb65c7 Â· May 25, 2018

History

26 Commits
Mar 6, 2018
Mar 3, 2018
Mar 6, 2018
May 25, 2018
Mar 3, 2018
Mar 4, 2018
Mar 3, 2018
Mar 6, 2018
Mar 4, 2018
May 25, 2018
Mar 3, 2018
Mar 3, 2018

Repository files navigation

Highlight Bracket Pair Plugin for Intellij

Build Status Codacy Badge JetBrains plugins JetBrains Plugins license

Color highlight the Bracket Pair in editor. Inspired by Sublime BracketHighlighter Plugin .

Compatible with: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio

Supported Languages: Java, Groovy, Kotlin, Scala, Haskell, Python, JavaScript, TypeScript, Golang, Ruby, Erlang, Rust, Html, Xml, Json, Css...

highlight

highlight

How to install the plugin

Install manually

Download the plugin from intellij plugin repository, and install the plugin from the disk. Access intellij document for more information.

install online

goto

Settings > Plugins > Browse Repositories

then search "HighlightBracketPair" plugin.

How to config the color and effect

goto

Settings > Editor > Color Scheme > HighlightBracketPair

settings

How to contribute

Clone the code.

git clone https://github.com/qeesung/HighlightBracketPair.git

Test the plugin

gradle runIde

Build the plugin

gradle buildPlugin