branch: externals/auctex
commit 27a59657965c695e5d4e5f11877bf63f94e22490
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    Improve fontification
    
    * font-latex.el (font-latex-built-in-keyword-classes): Improve
    fontification for some macros.
---
 font-latex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/font-latex.el b/font-latex.el
index 3ebd657e6d..d4ad7f9559 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -352,7 +352,7 @@ variable `font-latex-fontify-sectioning'." ',num)
       ("cline" "{") ("extracolsep" "{") ("multicolumn" "{{{")
       ("linethickness" "{") ("multiput" "(({{") ("put" "({")
       ("qbezier" "[(((") ("raisebox" "{[[{")
-      ("addvspace" "{") ("vspace" "*{") ("hspace" "*{")
+      ("addvspace" "|{\\") ("vspace" "*|{\\") ("hspace" "*|{\\")
       ("addcontentsline" "{{{") ("addtocontents" "{{")
       ("labelformat" "{{") ("linespread" "{")
       ("AddToHook" "{[") ("RemoveFromHook" "{[") ("AddToHookNext" "{")

Reply via email to