PY-38312 Reuse Python plugin in PyCharm

GitOrigin-RevId: 614aecfde6c57cb8f2b99c01c7085c5ae33a1d5d
This commit is contained in:
Gregory.Shrago
2019-10-08 18:57:58 +03:00
committed by intellij-monorepo-bot
parent e641415930
commit 92f5adff73
27 changed files with 241 additions and 236 deletions

View File

@@ -1,12 +0,0 @@
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
<name>Python IntelliLang</name>
<id>org.jetbrains.plugins.python-intelliLang</id>
<description>This plugin enables language injections</description>
<vendor>JetBrains</vendor>
<depends>com.intellij.modules.pycharm</depends>
<depends>org.intellij.intelliLang</depends>
<xi:include href="/META-INF/intellilang-python-support.xml" xpointer="xpointer(/idea-plugin/*)"/>
</idea-plugin>