X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/12cb81688b8dadb41ce75c74cd8822fb28f406f1..6d22782accb703f09b3c8b547a8f86ab479b0f91:/.vim/after/syntax/tex.vim?ds=sidebyside diff --git a/.vim/after/syntax/tex.vim b/.vim/after/syntax/tex.vim index ef36833..f5ccec6 100644 --- a/.vim/after/syntax/tex.vim +++ b/.vim/after/syntax/tex.vim @@ -1,12 +1,12 @@ -"syn match TexMySection "^\\section{.*}" -"syn match TexMySubSection "^\\subsection{.*}" -"syn match TexMySubSubSection "^\\subsubsection{.*}" -"syn match TexMyParagraph "^\\paragraph{.*}" -"hi TexMySection ctermbg=black ctermfg=white cterm=bold term=reverse -"hi TexMySubSection ctermbg=blue ctermfg=white cterm=bold term=reverse -"hi TexMySubSubSection ctermbg=cyan ctermfg=black cterm=bold term=reverse -"hi TexMyParagraph ctermbg=none ctermfg=blue cterm=bold term=reverse +syn match TexMySection "^\\section{.*}" +syn match TexMySubSection "^\\subsection{.*}" +syn match TexMySubSubSection "^\\subsubsection{.*}" +syn match TexMyParagraph "^\\paragraph{.*}" +hi TexMySection ctermbg=black ctermfg=white cterm=bold term=reverse +hi TexMySubSection ctermbg=blue ctermfg=white cterm=bold term=reverse +hi TexMySubSubSection ctermbg=cyan ctermfg=black cterm=bold term=reverse +hi TexMyParagraph ctermbg=none ctermfg=blue cterm=bold term=reverse -syn region texMyRefZone matchgroup=texStatement start="\\[cefp]label{" end="}\|%stopzone\>" contains=@texRefGroup -syn region texMyRefZone matchgroup=texStatement start="\\[cCeEfFpP]x\=ref{" end="}\|%stopzone\>" contains=@texRefGroup -syn region texForeign matchgroup=texStatement start="\\foreign{" end="}\|%stopzone\>" contains=@NoSpell +syn region texRefZone matchgroup=texStatement start="\\[cefp]label{" end="}\|%stopzone\>" contains=@texRefGroup +syn region texRefZone matchgroup=texStatement start="\\[cCeEfFpP]x\=ref{" end="}\|%stopzone\>" contains=@texRefGroup +syn region texMyForeign matchgroup=texStatement start="\\foreign{" end="}\|%stopzone\>" contains=@NoSpell