Fix end of multi-line doxygen highlight
This commit is contained in:
parent
567b93b256
commit
a9ad1f0543
@ -56,7 +56,7 @@ if exists('g:c_doxygen') && g:c_doxygen
|
|||||||
|
|
||||||
" Match: @brief Description. @return Description.
|
" Match: @brief Description. @return Description.
|
||||||
" ^^^^^^^^^^^^ ^^^^^^^^^^^^
|
" ^^^^^^^^^^^^ ^^^^^^^^^^^^
|
||||||
syn region cDoxygenSpecial matchgroup=cDoxygenComment start='@\(brief\|return[s]\?\|attention\)' end='\(^\s*\/\/\/\s*$\|^\(\s*\/\/\/\)\@!\)' contained contains=@Spell,cDoxygenLeader,cDoxygenSpecial display
|
syn region cDoxygenSpecial matchgroup=cDoxygenComment start='@\(brief\|return[s]\?\|attention\)' end='\(^\s*\/\/\/\s*$\|^\(\s*\/\/\/\)\@!\|^\s*\/\/\/\s*\ze@\)' contained contains=@Spell,cDoxygenLeader,cDoxygenSpecial display
|
||||||
|
|
||||||
" Match: @def MACRO
|
" Match: @def MACRO
|
||||||
" ^^^^^
|
" ^^^^^
|
||||||
|
Loading…
x
Reference in New Issue
Block a user