Vim syntax highlighting of doxygen style docstrings in Python
问题 I started working with doxygen to generate the documentation of my Python code. I use doxypy filter to preprocess the Python docstrings. My goal is to have a nice syntax highlighting of doxygen comments in Python. When writing my mainpage in a dedicated .dox file, I found that the doxygen comments can be highlighted in vim with the following command: set syntax=c.doxygen I tried the same command for Python but I got nothing: set syntax=python.doxygen I also made some googling and couldn't