Skip to content

Commit

Permalink
Merge pull request #782 from doki-theme/json
Browse files Browse the repository at this point in the history
JSON dep
  • Loading branch information
Unthrottled authored Aug 15, 2024
2 parents 2f584d7 + 9687618 commit 6d61e87
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ version = properties("pluginVersion")
repositories {
mavenCentral()
mavenLocal()
maven(url = "https://repo.spring.io/plugins-release/)")
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<idea-plugin>
<extensions defaultExtensionNs="JavaScript.JsonSchema">
<ProviderFactory implementation="io.unthrottled.doki.schema.DokiMasterThemeJsonSchemaProvider"/>
<ProviderFactory implementation="io.unthrottled.doki.schema.DokiJetbrainsThemeJsonSchemaProvider"/>
</extensions>
</idea-plugin>
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@
<annotator language="JSON" implementationClass="io.unthrottled.doki.ide.DokiThemeColorAnnotator"/>
<themeMetadataProvider path="/theme-schema/DokiTheme.themeMetadata.json"/>
</extensions>
<extensions defaultExtensionNs="JavaScript.JsonSchema">
<ProviderFactory implementation="io.unthrottled.doki.schema.DokiMasterThemeJsonSchemaProvider"/>
<ProviderFactory implementation="io.unthrottled.doki.schema.DokiJetbrainsThemeJsonSchemaProvider"/>
</extensions>
</idea-plugin>
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 @@ -15,6 +15,7 @@
</description>
<idea-version since-build="241"/>
<depends>com.intellij.modules.platform</depends>
<depends optional="true" config-file="io.unthrottled.doki.theme-com.intellij.modules.json.xml">com.intellij.modules.json</depends>
<depends optional="true" config-file="io.unthrottled.doki.theme-com.intellij.modules.lang.xml">com.intellij.modules.lang</depends>
<depends optional="true" config-file="io.unthrottled.doki.theme-XPathView.xml">XPathView</depends>
<extensions defaultExtensionNs="com.intellij">
Expand Down

0 comments on commit 6d61e87

Please sign in to comment.