summaryrefslogtreecommitdiff
path: root/python/IntelliLang-python/resources/META-INF/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'python/IntelliLang-python/resources/META-INF/plugin.xml')
-rw-r--r--python/IntelliLang-python/resources/META-INF/plugin.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/IntelliLang-python/resources/META-INF/plugin.xml b/python/IntelliLang-python/resources/META-INF/plugin.xml
new file mode 100644
index 000000000000..6b2717a6e7b1
--- /dev/null
+++ b/python/IntelliLang-python/resources/META-INF/plugin.xml
@@ -0,0 +1,16 @@
+<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>