Files
openide/plugins/sh/resources/META-INF/plugin.xml
Mikhail Mazurkevich 2ab2db5a09 [intellij sh] IDEA-260027 Avoid interception Run context configuration action for python files
GitOrigin-RevId: 3596d4b4c8ef79bc4d16aada023ca311a8723792
2022-09-12 18:32:22 +00:00

27 lines
994 B
XML

<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" package="com.intellij.sh">
<id>com.jetbrains.sh</id>
<vendor>JetBrains</vendor>
<name>Shell Script</name>
<category>Languages</category>
<content>
<module name="intellij.sh.terminal"/>
<module name="intellij.sh.copyright"/>
<module name="intellij.sh.markdown"/>
<module name="intellij.sh.python"/>
</content>
<dependencies>
<plugin id="com.intellij.modules.lang"/>
</dependencies>
<description><![CDATA[
Adds support for working with shell script files
<ul><li>Coding assistance: code completion, quick documentation, code refactorings, etc.</li>
<li>Dedicated run/debug configuration for shell scripts</li>
<li>Integration with external tools (<a href="https://github.com/koalaman/shellcheck">ShellCheck</a>, <a href="https://github.com/mvdan/sh">Shfmt</a>, <a href="https://explainshell.com/">Explainshell</a>)
</li></ul>]]></description>
<xi:include href="/META-INF/sh.xml"/>
</idea-plugin>