We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614f0b3 commit b93a202Copy full SHA for b93a202
gradle.properties
@@ -1,7 +1,7 @@
1
pluginGroup = me.waleedyaseen
2
pluginName = intellij-runescript
3
pluginRepositoryUrl = https://github.com/waleedyaseen/intellij-runescript
4
-pluginVersion = 1.3.0
+pluginVersion = 1.4.0
5
6
pluginSinceBuild = 232
7
pluginUntilBuild = 233.*
src/main/kotlin/io/runescript/plugin/lang/doc/lexer/RsDocLexer.java
@@ -25,4 +25,4 @@ public class RsDocLexer extends MergingLexerAdapter {
25
public RsDocLexer() {
26
super(new FlexAdapter(new _RsDocLexer(null)), RSDOC_TOKENS);
27
}
28
-}m
+}
0 commit comments