vim-polyglot/after/syntax/tex.vim

3 lines
173 B
VimL
Raw Normal View History

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