1 Commits
Author SHA1 Message Date
chylex b636835246 test 2024-12-01 02:02:16 +01:00
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ plugins {
} }
group = "com.chylex.intellij.coloredbrackets" group = "com.chylex.intellij.coloredbrackets"
version = "1.0.0" version = "0.0.1"
allprojects { allprojects {
apply(plugin = "org.jetbrains.kotlin.jvm") apply(plugin = "org.jetbrains.kotlin.jvm")
+3 -4
View File
@@ -4,14 +4,13 @@
<vendor url="https://chylex.com">chylex</vendor> <vendor url="https://chylex.com">chylex</vendor>
<description><![CDATA[ <description><![CDATA[
Fork of the <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets">Rainbow Brackets</a> plugin by <a href="https://github.com/izhangzhihao">izhangzhihao</a>, based on version 6.26. Fork of the <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets">Rainbow Brackets</a> plugin by <a href="https://github.com/izhangzhihao">izhangzhihao</a>.
]]></description> ]]></description>
<change-notes><![CDATA[ <change-notes><![CDATA[
<p>1.0.0</p> <p>6.26</p>
<ul> <ul>
<li>Added support for CLion and Rider</li> <li>Original version the fork is based on.</li>
<li>Fixed service initialization warnings reported by 2024.2+</li>
</ul> </ul>
]]></change-notes> ]]></change-notes>