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:
Andrey Vlasovskikh
2021-04-07 02:46:24 +03:00
committed by intellij-monorepo-bot
parent 42327842df
commit eaefde3c09
7 changed files with 52 additions and 0 deletions

View File

@@ -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">