vimtex/after/syntax/tex.vim
Karl Yngve Lervåg 7808e59239 Initial revision
2013-10-05 13:53:42 +02:00

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