Update Syntax Highlighting
The Syntax Highlighting for Python is Python 2, it would nice to be able to have the option for Python 3
For example:
```py
#Python2Here
```
```py3
#Python3Here
```
There's probably more that need some love.
1
Please sign in to leave a comment.
Comments
0 comments