emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex 17ac32f2a7 04/24: Fontify LaTeX kernel macros


From: Tassilo Horn
Subject: [elpa] externals/auctex 17ac32f2a7 04/24: Fontify LaTeX kernel macros
Date: Mon, 21 Feb 2022 02:38:45 -0500 (EST)

branch: externals/auctex
commit 17ac32f2a70052c9782871fd76af96d0c5462539
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    Fontify LaTeX kernel macros
    
    * font-latex.el (font-latex-built-in-keyword-classes): Add 3 core
    macros for TOC, LOF and LOT to function class.
---
 font-latex.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/font-latex.el b/font-latex.el
index 729455b617..65f43e6809 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -360,7 +360,8 @@ variable `font-latex-fontify-sectioning'." ',num)
       ("enspace" "") ("enskip" "") ("quad" "") ("qquad" "") ("nonumber" "")
       ("centering" "") ("raggedright" "") ("raggedleft" "")
       ("TeX" "") ("LaTeX" "") ("LaTeXe" "")
-      ("normalfont" "") ("normalshape" ""))
+      ("normalfont" "") ("normalshape" "")
+      ("tableofcontents" "") ("listoffigures" "") ("listoftables" ""))
      font-lock-function-name-face 2 command)
     ("sectioning-0"
      (("part" "*[{"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]