From 9ed30690843a43d8335d204775b55b90229b3ce2 Mon Sep 17 00:00:00 2001 From: Alex Simons Date: Thu, 15 Aug 2024 18:09:34 -0500 Subject: [PATCH 1/3] JSON plugin dep. --- .../io.unthrottled.doki.theme-com.intellij.modules.json.xml | 6 ++++++ .../io.unthrottled.doki.theme-com.intellij.modules.lang.xml | 4 ---- src/main/resources/META-INF/plugin.xml | 3 ++- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 src/main/resources/META-INF/io.unthrottled.doki.theme-com.intellij.modules.json.xml diff --git a/src/main/resources/META-INF/io.unthrottled.doki.theme-com.intellij.modules.json.xml b/src/main/resources/META-INF/io.unthrottled.doki.theme-com.intellij.modules.json.xml new file mode 100644 index 000000000..a3c48abdf --- /dev/null +++ b/src/main/resources/META-INF/io.unthrottled.doki.theme-com.intellij.modules.json.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/main/resources/META-INF/io.unthrottled.doki.theme-com.intellij.modules.lang.xml b/src/main/resources/META-INF/io.unthrottled.doki.theme-com.intellij.modules.lang.xml index e4c0b8a5d..007e29403 100644 --- a/src/main/resources/META-INF/io.unthrottled.doki.theme-com.intellij.modules.lang.xml +++ b/src/main/resources/META-INF/io.unthrottled.doki.theme-com.intellij.modules.lang.xml @@ -3,8 +3,4 @@ - - - - \ 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 dc37bd2b0..34ef4ae86 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -15,6 +15,7 @@ com.intellij.modules.platform + com.intellij.modules.json com.intellij.modules.lang XPathView @@ -97,7 +98,7 @@ - + From df4d705a2e0d5a46746a01c6e07039943f1d0503 Mon Sep 17 00:00:00 2001 From: Alex Simons Date: Thu, 15 Aug 2024 18:20:57 -0500 Subject: [PATCH 2/3] =?UTF-8?q?not=20dat.=CB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/META-INF/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 34ef4ae86..7eeb02ae9 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -98,7 +98,7 @@ - + From 968761800e82978044cbac2d897f3b1c63f84f5f Mon Sep 17 00:00:00 2001 From: Alex Simons Date: Thu, 15 Aug 2024 18:27:06 -0500 Subject: [PATCH 3/3] Markdown plugin --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index d2f8d8993..e6d148771 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,6 +26,7 @@ version = properties("pluginVersion") repositories { mavenCentral() mavenLocal() + maven(url = "https://repo.spring.io/plugins-release/)") } dependencies {