diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b160bb..ecfe1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### Changed - Made parsing property blocks more permissive, so they will always be highlighted as property blocks, regardless of whether a property definition is complete +- Made the plugin compatible with IntelliJ 2023.2 (fixes #78) ## [0.3.1] - 2023-05-13 diff --git a/gradle.properties b/gradle.properties index 38dc765..9c1b8c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,11 +8,11 @@ pluginVersion = 0.3.2 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223 -pluginUntilBuild = 231.* +pluginUntilBuild = 232.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -platformVersion = 2023.1 +platformVersion = 2023.2 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22