X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/722c98341ccc6f3b0e0afc2e12c665fafaed32fb..9b521fac0241d563b5761d2c9db3700aa15ff3b7:/.vim/syntax/tex.vim diff --git a/.vim/syntax/tex.vim b/.vim/syntax/tex.vim deleted file mode 100644 index 72560a14..00000000 --- a/.vim/syntax/tex.vim +++ /dev/null @@ -1,8 +0,0 @@ -syntax match TexMySection "^\\section{.*}" -syntax match TexMySubSection "^\\subsection{.*}" -syntax match TexMySubSubSection "^\\subsubsection{.*}" -syntax match TexMyParagraph "^\\paragraph{.*}" -highlight TexMySection ctermbg=black ctermfg=white cterm=bold term=reverse -highlight TexMySubSection ctermbg=blue ctermfg=white cterm=bold term=reverse -highlight TexMySubSubSection ctermbg=cyan ctermfg=black cterm=bold term=reverse -highlight TexMyParagraph ctermbg=none ctermfg=blue cterm=bold term=reverse