File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ buildscript {
1818}
1919
2020plugins {
21- id " org.jetbrains.intellij" version " 0.4.18 "
22- id " org.jetbrains.grammarkit" version " 2020.1.2 "
21+ id " org.jetbrains.intellij" version " 0.4.21 "
22+ id " org.jetbrains.grammarkit" version " 2020.1.3 "
2323}
2424
2525group ' com.interfaced'
26- version ' 0.2.5 '
26+ version ' 0.2.6 '
2727
2828apply plugin : ' kotlin'
2929apply plugin : ' org.jetbrains.intellij'
@@ -55,15 +55,14 @@ dependencies {
5555intellij {
5656 pluginName ' BrightScript'
5757 type ' IC'
58- version ' 2020.1'
58+ version ' 2020.1.3 '
5959}
6060
6161patchPluginXml {
6262 changeNotes """
6363 <ul>
64- <li>Line comment action</li>
65- <li>Scope based reference resolving</li>
66- <li>Basic keywords completion</li>
64+ <li>Anonymous subs</li>
65+ <li>Void keyword</li>
6766 </ul>
6867 """
6968}
You can’t perform that action at this time.
0 commit comments