vim-python / python-syntax

Python syntax highlighting for Vim
MIT License
438 stars 84 forks source link

Missing Doctest syntax highlighting #96

Open ach5948 opened 9 months ago

ach5948 commented 9 months ago

In the python syntax highlighting that ships with vim, doctests have the option to have syntax highlighting. This one only seems to mark the whole region as special

Python syntax highlighting included in vim: default_vim_python_syntax_highlighting

This project: new_vim_python_syntax_highlighting