mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 21:13:50 -05:00
3 lines
173 B
VimL
3 lines
173 B
VimL
" adds support for cleverref package (`\cref` and `\Cref`)
|
|
syn region texRefZone matchgroup=texStatement start="\\\(c\|C\)ref{" end="}\|%stopzone\>" contains=@texRefGroup
|