enable doxygen highlighting
This commit is contained in:
parent
b81b0d0e62
commit
dac347a402
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user