From: Mart Lubbers Date: Mon, 9 Sep 2019 12:37:31 +0000 (+0200) Subject: Merge branch 'master' of github.com:dopefishh/dotfiles X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=37a88a14fd119cb8ef43b2f421c268aef436e5f4;hp=60d33e17ce713734c3bf9c1d7ab47e3712c0d04d;p=dotfiles.git Merge branch 'master' of github.com:dopefishh/dotfiles --- diff --git a/vim/.vim/after/syntax/tex.vim b/vim/.vim/after/syntax/tex.vim new file mode 100644 index 0000000..d733197 --- /dev/null +++ b/vim/.vim/after/syntax/tex.vim @@ -0,0 +1 @@ +syn region texZone start="\\\([Gg]ls\|[Aa]cr\)\(pl\|entrytext\)\?{" end="}\|%stopzone\>" contains=@NoSpell