MagicStack/MagicPython

Highlighting docstrings as comments instead of strings

alexkoay opened this issue · 1 comments

Is there a possibility to highlight docstrings differently than normal strings?
I'm delving into a big repository but the long docstrings (usually marked identical to multi-line strings except that it's not assigned anywhere) are throwing me off the trail of the actual code.

image
In the image, the actual code starts at line 1183.

Found that this is an issue with the default VSCode color scheme, Dracula Official fixes this issue.