From: martin f. krafft Date: Tue, 16 Oct 2007 10:44:35 +0000 (+0100) Subject: add syntax spell ignore for dl message links X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/dd3c35db95d5558281558e8c20cba6d61797b195?ds=inline;pf=etc add syntax spell ignore for dl message links --- diff --git a/.vim/after/syntax/tex.vim b/.vim/after/syntax/tex.vim index 44ab4f6..899ddfd 100644 --- a/.vim/after/syntax/tex.vim +++ b/.vim/after/syntax/tex.vim @@ -24,6 +24,10 @@ syn cluster texFoldGroup add=texHighlit syn cluster texMatchGroup add=texHighlit hi def link texHighlit Highlit +syn region texDLMsg matchgroup=texDLMsg start="\\d[lp]msp{" end="}\|%stopzone\>" contains=@texMatchGroup,@NoSpell +syn cluster texFoldGroup add=texDLMsg +syn cluster texMatchGroup add=texDLMsg + syn match texMySection '^\\section{.*' syn match texMySubSection '^\\subsection{.*' syn match texMySubSubSection '^\\subsubsection{.*'