vimrc: enable doxygen syntax highlighting

This commit is contained in:
Josh Holtrop 2011-05-23 16:56:51 -04:00
parent ccdaba3358
commit bc438ea5ca

1
vimrc
View File

@ -109,4 +109,5 @@ if has("autocmd")
" au BufAdd,BufNewFile * nested tab sball
" install glsl.vim in ~/.vim/syntax to use syntax highlighting for GLSL:
au BufNewFile,BufWinEnter *.frag,*.vert,*.fp,*.vp,*.glsl setf glsl
autocmd Syntax {cpp,c,idl} runtime syntax/doxygen.vim
endif " has("autocmd")