diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8ccc92..8589ddd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,13 +3,15 @@
# easy-i18n Changelog
## [Unreleased]
+### Fixed
+- Folding support for Vue files
## [4.2.2]
-### Changed
-- Documentation provider better focuses on the actual translation part
-- Color duplicate translation values orange to increase contrast in light themes
+### Changed
+- Documentation provider better focuses on the actual translation part
+- Color duplicate translation values orange to increase contrast in light themes
-### Fixed
+### Fixed
- Unintended overwrite of existing folding regions
## [4.2.1]
diff --git a/gradle.properties b/gradle.properties
index f24aece..d2e3921 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@ platformVersion = 2022.2
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
-platformPlugins = org.jetbrains.kotlin, JavaScriptLanguage, org.jetbrains.plugins.vue:222.3345.111, com.jetbrains.php:222.3345.118
+platformPlugins = org.jetbrains.kotlin, JavaScriptLanguage, com.jetbrains.php:222.3345.118
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 7.5.1
diff --git a/src/main/resources/META-INF/de.marhali.easyi18n-html.xml b/src/main/resources/META-INF/de.marhali.easyi18n-html.xml
new file mode 100644
index 0000000..af05de4
--- /dev/null
+++ b/src/main/resources/META-INF/de.marhali.easyi18n-html.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/META-INF/de.marhali.easyi18n-vue.xml b/src/main/resources/META-INF/de.marhali.easyi18n-vue.xml
deleted file mode 100644
index 3342f16..0000000
--- a/src/main/resources/META-INF/de.marhali.easyi18n-vue.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 4db7d2f..45f9611 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -11,8 +11,8 @@
org.jetbrains.kotlin
JavaScript
+ com.intellij.modules.xml
com.intellij.java
- org.jetbrains.plugins.vue
com.jetbrains.php