mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 04:36:59 +07:00
It doesn't work. Sad, but true. GitOrigin-RevId: c6cf4f2971ce813a2ce18afb2dcee22c2c5dad75
10 lines
342 B
XML
10 lines
342 B
XML
<idea-plugin>
|
|
<dependencies>
|
|
<plugin id="org.intellij.plugins.markdown"/>
|
|
<module name="intellij.python.community.impl"/>
|
|
</dependencies>
|
|
<extensions defaultExtensionNs="org.intellij.markdown">
|
|
<fenceLanguageProvider implementation="com.intellij.python.markdown.PyCodeFenceLanguageProvider"/>
|
|
</extensions>
|
|
</idea-plugin>
|