Hi, all. I just love Doxygen, and I try to use it on every language I work with. Most of time I work with C/C++ or Java. In those languages the Vim scripts configuration to highlight Doxygen right is strait forward. But I also work with Javascript and PHP sometimes and I use Doxygen documentation with they. But I couldn't come up with the correct configuration for Vim (gVim also) highlight the Doxygen comments right. Using a modeline:
// vim:syntax=javascript.doxygen // vim:syntax=php.doxygen doesn't work on every places. The Doxygen comments are highlighted correctly when the comment is in top-most area. But not when it is inside a Javascript closured function or inside a PHP class. What I need to do to setup this correctly? Regards, Alessandro -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
