6 lines
194 B
VimL
6 lines
194 B
VimL
|
" Add support for cleverref package (`\cref` and `\Cref`)
|
||
|
syn region texRefZone matchgroup=texStatement
|
||
|
\ start="\\\(c\|C\)ref{"
|
||
|
\ end="}\|%stopzone\>"
|
||
|
\ contains=@texRefGroup
|