Skip to content

Commit

Permalink
Update changelog again
Browse files Browse the repository at this point in the history
  • Loading branch information
tlusk committed Jan 7, 2022
1 parent f83afc0 commit 8a1804b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ intellij {
version.set("2021.3") // IntelliJ version and Kotlin version must match
updateSinceUntilBuild.set(false)

plugins.set(listOf("com.jetbrains.sh", "au.com.glassechidna.luanalysis:1.2.2-IDEA203"))
plugins.set(listOf("com.jetbrains.sh")) //, "au.com.glassechidna.luanalysis:1.2.2-IDEA203"))
}

val generateSpecParser = tasks.create<GenerateParserTask>("generateSpecParser") {
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<li>Basic support for lua sections if Luanalysis or EmmyLua is installed</li>
<li>Fixes for parsing some macro definitions</li>
<li>Fixes for parsing some macros containing parentheses</li>
<li>Additional minor fixes</li>
<li>Updated plugin to use Kotlin 1.5.x and IntelliJ 2021.3+</li>
</ul><br>
</html>
Expand Down

0 comments on commit 8a1804b

Please sign in to comment.