[patch] vim/runtime/syntax/doxygen.vim does not highlight the \tparam command/runtime/syntax/doxygen.vim does not highlight the \tparam command

2013-08-03 Fir de Conversatie Dominique Pellé
Hi Vim doxygen syntax file does not highlight the \tparam doxygen command, which is almost the same as \param but used for type arguments in c++ templates, see: http://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmdtparam The \tparam doxygen command is used in stl or boost for example:

Re: [patch] vim/runtime/syntax/doxygen.vim does not highlight the \tparam command/runtime/syntax/doxygen.vim does not highlight the \tparam command

2013-08-03 Fir de Conversatie Bram Moolenaar
Dominique wrote: Vim doxygen syntax file does not highlight the \tparam doxygen command, which is almost the same as \param but used for type arguments in c++ templates, see: http://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmdtparam The \tparam doxygen command is used in stl