Skip to content

Commit f9ca542

Browse files
committed
update version and changelog
1 parent 89c97d7 commit f9ca542

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

META-INF/plugin.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
<idea-plugin version="2">
22
<id>zjhmale.rainbow</id>
33
<name>Rainbow</name>
4-
<version>1.4</version>
4+
<version>1.5</version>
55
<vendor email="zjhmale@gmail.com" url="https://github.com/zjhmale">zjhmale</vendor>
66

77
<description><![CDATA[
88
<strong>Rainbow highlighting identifiers and delimiters for IntelliJ IDEA-based IDEs</strong>
99
]]></description>
1010

1111
<change-notes><![CDATA[
12+
<p>1.5:</p>
13+
<ul>
14+
<li>Support for Scala Go Programming Language</li>
15+
</ul>
1216
<p>1.4:</p>
1317
<ul>
1418
<li>Ignore Haskell like multiline comments</li>

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ https://plugins.jetbrains.com/plugin/8214
3030
* Agda
3131
* Rust (hack it use plugin sdk with JDK8 and IDEA 15+ instead of JDK6 and IDEA 14+ as usual)
3232
* Erlang
33+
* Scala
34+
* Go
3335

3436
## License
3537

0 commit comments

Comments
 (0)