From: martin f. krafft Date: Sat, 30 Aug 2008 20:10:21 +0000 (+0100) Subject: add tref/tlabel to refzone X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/163d1973db6fdf9e2aef720363274f48162d43c3?ds=inline;hp=--cc add tref/tlabel to refzone Signed-off-by: martin f. krafft --- 163d1973db6fdf9e2aef720363274f48162d43c3 diff --git a/.vim/after/syntax/tex.vim b/.vim/after/syntax/tex.vim index a7aaea9..d1e066b 100644 --- a/.vim/after/syntax/tex.vim +++ b/.vim/after/syntax/tex.vim @@ -1,5 +1,5 @@ -syn region texRefZone matchgroup=texRefZone start="\\[acefp]label{" end="}\|%stopzone\>" contains=@texRefGroup -syn region texRefZone matchgroup=texRefZone start="\\[aAcCeEfFpP][rvx]\=ref{" end="}\|%stopzone\>" contains=@texRefGroup +syn region texRefZone matchgroup=texRefZone start="\\[acefpt]label{" end="}\|%stopzone\>" contains=@texRefGroup +syn region texRefZone matchgroup=texRefZone start="\\[aAcCeEfFpPtT][rvx]\=ref{" end="}\|%stopzone\>" contains=@texRefGroup syn region texMyForeign matchgroup=texTypeStyle start="\\foreign{" end="}" contains=texMatcher,@NoSpell syn cluster texFoldGroup add=texMyForeign