diff --git a/docs/plugin_context.cml b/docs/plugin_context.cml new file mode 100644 index 0000000..7223543 --- /dev/null +++ b/docs/plugin_context.cml @@ -0,0 +1,7 @@ +ContextMap { + contains IntelliJPlugin, LanguageServer + IntelliJPlugin [D] <- [U,PL,OHS] LanguageServer +} + +BoundedContext IntelliJPlugin +BoundedContext LanguageServer \ No newline at end of file diff --git a/lsp/package.json b/lsp/package.json index 26fc69e..7b8ce08 100644 --- a/lsp/package.json +++ b/lsp/package.json @@ -2,6 +2,6 @@ "name": "context-mapper-intellij-plugin", "private": true, "dependencies": { - "@lstreckeisen/context-mapper-language-server": "0.0.2" + "@lstreckeisen/context-mapper-language-server": "0.0.3" } } \ No newline at end of file diff --git a/src/main/kotlin/org/contextmapper/intellij/lang/CMLFileType.kt b/src/main/kotlin/org/contextmapper/intellij/lang/CMLFileType.kt index 48b6252..95a1451 100644 --- a/src/main/kotlin/org/contextmapper/intellij/lang/CMLFileType.kt +++ b/src/main/kotlin/org/contextmapper/intellij/lang/CMLFileType.kt @@ -7,9 +7,9 @@ import org.jetbrains.annotations.NonNls import javax.swing.Icon class CMLFileType : LanguageFileType(CMLLanguage.INSTANCE) { - override fun getName(): @NonNls String = "Context Mapper DSL File" + override fun getName(): @NonNls String = "Context Mapper DSL" - override fun getDescription(): @NlsContexts.Label String = "Context Mapper DSL file" + override fun getDescription(): @NlsContexts.Label String = "Context Mapper DSL" @Suppress("UnstableApiUsage") // NlsSafe is used by interface override fun getDefaultExtension(): @NlsSafe String = "cml" diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index d5d684c..f5ba09b 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -18,7 +18,7 @@ - - - @@ -59,7 +53,7 @@ - +