From ab37ffc5aeb1693002f30254b3b9992965f45d5d Mon Sep 17 00:00:00 2001 From: "D. Ben Knoble" Date: Thu, 18 Mar 2021 12:27:00 -0400 Subject: [PATCH] syntax: tex: make texRefZone special again (#235) Closes #235. The default syntax/tex.vim links texRefZone to Special, making it more like a regular LaTeX command than plain-text. --- after/syntax/tex.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/after/syntax/tex.vim b/after/syntax/tex.vim index cd1478a..a46132c 100644 --- a/after/syntax/tex.vim +++ b/after/syntax/tex.vim @@ -11,7 +11,6 @@ hi! link texLigature DraculaPurple hi! link texMath DraculaPurple hi! link texMathMatcher DraculaPurple hi! link texMathSymbol DraculaPurple -hi! link texRefZone DraculaBgDarker hi! link texSpecialChar DraculaPurple hi! link texSubscripts DraculaPurple hi! link texTitle DraculaFgBold