1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-04-11 12:15:50 +02:00
IntelliJ Platform plugin that colors bracket pairs and indentation.
Go to file
2018-03-13 09:29:33 +08:00
gradle/wrapper Upgrade gradle to 4.6 2018-03-04 22:03:36 +08:00
screenshots Add support for HTML/XML & highlight "<"、">"、"</" & release version 2.3 2017-10-14 10:39:31 +08:00
src Add more test for scala 2018-03-13 09:29:33 +08:00
.gitignore Update git ignore 2018-01-22 17:43:55 +08:00
.travis.yml Try add jacocoTestReport & codecov 2018-02-19 10:58:45 +08:00
build.gradle Plugin name is case-sensitive in linux 2018-03-12 23:03:14 +08:00
gradle.properties Add rainbow test for JavaScript & Kotlin & Scala 2018-03-12 23:03:14 +08:00
gradlew Initial commit 2017-10-04 12:09:51 +08:00
gradlew.bat Initial commit 2017-10-04 12:09:51 +08:00
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md 2018-03-08 18:03:36 +08:00
LICENSE Add LICENSE 2018-02-20 13:21:54 +08:00
README.md Add codecov badge in README.md & remove inline in checkBracePair 2018-02-19 15:07:32 +08:00

Rainbow Brackets

Build Status Codacy Badge codecov Rainbow Brackets Release Plugin downloads Plugin version contributions welcome

Rainbow Brackets / Rainbow Parentheses for IntelliJ IDEA based IDEs

Compatible with

IntelliJ IDEA, PhpStorm, WebStorm, PyCharm, RubyMine, AppCode, CLion, Gogland, DataGrip, Rider, MPS, Android Studio

Supported languages

Java, Scala, Clojure, Kotlin, Python, Haskell, Agda, Rust, JavaScript, TypeScript, Erlang, Go, Groovy, Ruby, Elixir, ObjectiveC, PHP, C#, HTML, XML, SQL, Apex language ...

Screenshots

  • with java

  • with scala

  • with kotlin

  • with HTML/XML

  • and much more...

Install

  1. Inside your IDE, select Preferences -> Plugins -> Browse Repositories....

  2. Search for Rainbow Brackets.

  3. Click the green Install Plugin button.

  4. Click Close and OK, then Re-launch your IDE.

Contribute

  • gradle test
  • gradle runIde
  • gradle buildPlugin

Acknowledgements

Intellij-rainbow-brackets is heavily inspired by Rainbow Brackets for Visual Studio Code