From 57cfac7ae384466c3ff2543a9200319dc1d459a0 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 17 Oct 2013 15:54:18 +0200 Subject: Update latex, csv, handlebars and rust --- after/syntax/tex.vim | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'after/syntax') diff --git a/after/syntax/tex.vim b/after/syntax/tex.vim index 32af7253..b11207dc 100644 --- a/after/syntax/tex.vim +++ b/after/syntax/tex.vim @@ -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 -- cgit v1.2.3