Markdown code fences missing python highlight
已回答
Inside a .md file, I expect to be able to do this:
```python
[some python code]
```
and get highlights, code assistance, etc... , However, this is not working. When i type ``` i get a list of suggestions of languages, but python is not in the list.

请先登录再写评论。
Do you have a python plugin installed?