Update latex, csv, handlebars and rust

This commit is contained in:
Adam Stankiewicz
2013-10-17 15:54:18 +02:00
parent 085aad28a4
commit 57cfac7ae3
5 changed files with 44 additions and 22 deletions

View File

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