Showing posts with label Syntax. Show all posts
Showing posts with label Syntax. Show all posts

Thursday, March 8, 2007

VIM - Doxygen Syntax Highlighting

To have vim highlight Doxygen comments, add this to your vimrc:
let g:load_doxygen_syntax=1

For more help, try
:help doxygen