mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
PY-46321 Added Markdown code fence aliases for PyDocstring and Python
* PyDocstring: "pycon", "python-repl" * Python: "py", "python3" I've added the links to the documents describing popular references to `PyCodeFenceLanguageProvider`. GitOrigin-RevId: 6cafb15c9655434f5d69aa47eb7472b634364377
This commit is contained in:
committed by
intellij-monorepo-bot
parent
42327842df
commit
eaefde3c09
@@ -30,6 +30,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
<depends optional="true" config-file="intellilang-python-support.xml">org.intellij.intelliLang</depends>
|
||||
<depends optional="true" config-file="python-terminal-plugin.xml">org.jetbrains.plugins.terminal</depends>
|
||||
<depends optional="true" config-file="python-grazie-plugin.xml">tanvd.grazi</depends>
|
||||
<depends optional="true" config-file="python-markdown-plugin.xml">org.intellij.plugins.markdown</depends>
|
||||
<depends optional="true" config-file="python-features-trainer.xml">training</depends>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
|
||||
Reference in New Issue
Block a user