Files
openide/plugins/yaml/resources/META-INF/plugin.xml
Petr Galunov e42aade206 [k8s] IDEA-374426 split Helm into free & ultimate features
Merge-request: IJ-MR-176824
Merged-by: Petr Galunov <Petr.Galunov@jetbrains.com>

GitOrigin-RevId: 2e4a8a5b3223361b467eea5310ec95d1b9e707f3
2025-10-09 08:19:35 +00:00

22 lines
1.1 KiB
XML

<idea-plugin package="org.jetbrains.yaml" allow-bundled-update="true">
<name>YAML</name>
<id>org.jetbrains.plugins.yaml</id>
<vendor>JetBrains</vendor>
<category>Languages</category>
<description><![CDATA[
Provides syntax highlighting and editor features for <a href="https://yaml.org/">YAML</a> language.
]]></description>
<dependencies>
<!-- this dependency is used in 'intellij.yaml.backend' only, so it can be removed from the plugin when we can mark the latter as
'required in backend mode' (IJPL-177060) and the Marketplace will treat dependencies of such modules as required for the IDE
running in the monolith mode -->
<module name="intellij.json"/>
</dependencies>
<content namespace="jetbrains">
<module name="intellij.yaml.backend"/><!-- should be marked as 'required in backend mode' when IJPL-177060 is fixed -->
<module name="intellij.yaml" loading="embedded"/>
<module name="intellij.yaml.frontend.split"/><!-- should be marked as 'required in frontend mode' when IJPL-177060 is fixed -->
<module name="intellij.yaml.helm"/>
</content>
</idea-plugin>