mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
17 lines
608 B
XML
17 lines
608 B
XML
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<name>ReStructuredText Support</name>
|
|
<id>org.jetbrains.plugins.rest</id>
|
|
<description>This plugin enables support for reStructuredText files (*.rst)</description>
|
|
<vendor>JetBrains</vendor>
|
|
<version>136.SNAPSHOT</version>
|
|
<idea-version since-build="130.1"/>
|
|
<depends>com.intellij.modules.lang</depends>
|
|
|
|
<xi:include href="/META-INF/rest.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
|
<change-notes><![CDATA[
|
|
<ul>
|
|
<li>Added inspection for title & underline length math (PY-10998)</li>
|
|
</ul>
|
|
]]></change-notes>
|
|
</idea-plugin>
|