mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
make python depends on IntelliLang as all others plugins do (IDEA-127778)
This commit is contained in:
15
python/IntelliLang-python/src/META-INF/plugin.xml
Normal file
15
python/IntelliLang-python/src/META-INF/plugin.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<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>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>
|
||||
Reference in New Issue
Block a user