fix: Switch latex to LaTeX-Box-Team/LaTeX-Box, fixes #6

This commit is contained in:
Adam Stankiewicz
2013-09-17 01:43:28 +02:00
parent ff3cc42bf3
commit ba1305772d
38 changed files with 2886 additions and 9253 deletions

2
after/syntax/tex.vim Normal file
View File

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