vimtex/after/syntax/tex.vim

6 lines
194 B
VimL
Raw Normal View History

2013-10-05 13:53:42 +02:00
" Add support for cleverref package (`\cref` and `\Cref`)
syn region texRefZone matchgroup=texStatement
\ start="\\\(c\|C\)ref{"
\ end="}\|%stopzone\>"
\ contains=@texRefGroup