Files
openide/plugins/editorconfig/resources/META-INF/plugin.xml
Nikita Iarychenko 51375259d7 OPENIDE add missing copyrights
(cherry picked from commit b729986736)

(cherry picked from commit 1eb3edbbba)
2025-12-05 11:09:42 +04:00

35 lines
1.5 KiB
XML

<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- -->
<!-- Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru). -->
<!-- Any modifications are available on the same license terms as the original source code. -->
<idea-plugin allow-bundled-update="true">
<id>org.editorconfig.editorconfigjetbrains</id>
<name>EditorConfig</name>
<category>IDE Settings</category>
<vendor>JetBrains</vendor>
<description><![CDATA[
<p>Handles properties in <i>.editorconfig</i> files and applies them to all supported languages.
<h2>Features</h2>
<ul>
<li>Code assistance for all supported properties, standard and extended
</ul>
<h2>Getting started</h2>
<p>For more information,
check the documentation for <a href="https://editorconfig.org/">EditorConfig</a> files and your <a href="https://openide.ru/help/">IDE</a>.
]]></description>
<!--
Without the following line, the error is triggered:
"org.editorconfig.editorconfigjetbrains: Invalid plugin descriptor 'plugin.xml'. Plugin has no dependencies."
-->
<depends>com.intellij.modules.lang</depends>
<content namespace="jetbrains">
<module name="intellij.editorconfig.common"/>
<module name="intellij.editorconfig.frontend"/>
<module name="intellij.editorconfig.frontend.split"/>
<module name="intellij.editorconfig.backend"/>
</content>
</idea-plugin>