From: Mart Lubbers Date: Sun, 11 Aug 2019 16:31:53 +0000 (+0200) Subject: Merge branch 'master' of github.com:dopefishh/dotfiles X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=b0f816d157b400b7b3a7b93a7ce71f57b483d7a5;hp=925db2b9797e720f138db17c292389d245f2b596;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