Files
openide/python/python-markdown/resources/intellij.python.markdown.xml
T
Vladimir Krivosheevandintellij-monorepo-bot cc991d2c40 IDEA-385095 global embedded rule - don't take "bundled plugin content" into account
IJPL-237791 IJ-MR-184958 IJ-MR-184993 IJ-MR-179029 IJ-MR-184126 IJ-MR-181153 IJ-MR-146078 IJ-MR-175479 IJ-MR-186058 IJ-MR-193195 IJ-MR-198479

GitOrigin-RevId: 51a0e396b07d1f73d1a9f132a5ee50b0c4125c46
2026-04-01 09:31:14 +00:00

13 lines
494 B
XML

<idea-plugin>
<dependencies>
<plugin id="org.intellij.plugins.markdown"/>
<module name="intellij.python.community.impl"/>
<!-- region Generated dependencies - run `Generate Product Layouts` to regenerate -->
<module name="intellij.markdown"/>
<!-- endregion -->
</dependencies>
<extensions defaultExtensionNs="org.intellij.markdown">
<fenceLanguageProvider implementation="com.intellij.python.markdown.PyCodeFenceLanguageProvider"/>
</extensions>
</idea-plugin>