mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-10 18:34:05 +02:00
6.20
This commit is contained in:
parent
6423831e3c
commit
afb33674f6
@ -6,7 +6,7 @@ javaVersion=11
|
||||
kotlinVersion=1.4.21
|
||||
kotlinLanguageVersion=1.4
|
||||
kotlinTargetVersion=1.4
|
||||
version=6.19
|
||||
version=6.20
|
||||
publishChannels=Stable
|
||||
kotlin.stdlib.default.dependency=false
|
||||
pluginVerifierIdeVersions=WS-2020.3, IIC-2021.1, IIU-2021.2
|
||||
|
@ -57,6 +57,18 @@
|
||||
]]></description>
|
||||
|
||||
<change-notes><![CDATA[
|
||||
<p>6.20</p>
|
||||
<ul>
|
||||
<li>Handle exceptions in `RainbowHighlightVisitor.analyze()`</a></li>
|
||||
<li>Cleanup 201.* stuff</a></li>
|
||||
<li>Refactoring</a></li>
|
||||
<li>Mirror changes from https://github.com/JetBrains/intellij-community</a></li>
|
||||
<li>Using textMatches instead of text to avoid expensive traverses the whole PSI tree & format code</a></li>
|
||||
<li>Add support for rainbowify Python keywords</li>
|
||||
<li>Compatible with DataSpell</li>
|
||||
</ul>
|
||||
<br/>
|
||||
|
||||
<p>6.19</p>
|
||||
<ul>
|
||||
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/2280">#2280: [SQL] the END keyword is improperly detected as closing a BEGIN scope when the END actually closes a CASE.</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user