[Doxygen-users] VIM 5.7: A more complete syntax for doxygen
Brought to you by:
dimitri
From: Emilio R. <emi...@ma...> - 2001-05-03 07:29:47
|
Hi, In the attached zip archive you can find a substitute for Vim 5.7 C/C++ syntax definition (<VIMDIR>/syntax/c.vim): doxy special comment block (/*! ... */, /** ... */, //! ... and //** ...) have a different color than normal comments, all tags (\xxx and @xxx) are recognized only if inserted in a special comment block and someone (todo, note, warning) are highlighted All lines modified/added to the standard c.vim are marked with a comment (DOXY). Emilio Riva |