mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge-request: IJ-MR-176824 Merged-by: Petr Galunov <Petr.Galunov@jetbrains.com> GitOrigin-RevId: 2e4a8a5b3223361b467eea5310ec95d1b9e707f3
22 lines
1.1 KiB
XML
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> |