mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 16:36:56 +07:00
* PyDocstring: "pycon", "python-repl" * Python: "py", "python3" I've added the links to the documents describing popular references to `PyCodeFenceLanguageProvider`. GitOrigin-RevId: 6cafb15c9655434f5d69aa47eb7472b634364377
6 lines
207 B
XML
6 lines
207 B
XML
<idea-plugin>
|
|
<extensions defaultExtensionNs="org.intellij.markdown">
|
|
<fenceLanguageProvider implementation="com.jetbrains.python.markdown.PyCodeFenceLanguageProvider"/>
|
|
</extensions>
|
|
</idea-plugin>
|