enable doxygen highlighting

This commit is contained in:
Stefan Liebl 2017-05-30 11:14:58 +02:00
parent b81b0d0e62
commit dac347a402

View File

@ -49,6 +49,11 @@ setlocal cpoptions-=C
" spell check
setlocal spell
" doxygen highlighting
let b:load_doxygen_syntax = 1
let g:doxygen_enhanced_color = 1
let g:doxygen_javadoc_autobrief = 0
" Grep options
let b:GrepFiles = '*.c *.h'