mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
17 lines
633 B
XML
17 lines
633 B
XML
<idea-plugin version="2" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<name>Python IntelliLang</name>
|
|
<id>org.jetbrains.plugins.python-intelliLang</id>
|
|
<version>VERSION</version>
|
|
<description>This plugin enables language injections</description>
|
|
<vendor>JetBrains</vendor>
|
|
|
|
<depends>com.intellij.modules.python</depends>
|
|
<depends>org.intellij.intelliLang</depends>
|
|
|
|
<xi:include href="/META-INF/intellilang-python-support.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<errorHandler implementation="com.intellij.diagnostic.ITNReporter"/>
|
|
</extensions>
|
|
</idea-plugin>
|