[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 3b38bd625b 04/39: Fontify \sloppy and \fussy
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex 3b38bd625b 04/39: Fontify \sloppy and \fussy |
Date: |
Thu, 20 Jul 2023 04:21:48 -0400 (EDT) |
branch: externals/auctex
commit 3b38bd625b7f04f6239ea1455134f6571db97155
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>
Fontify \sloppy and \fussy
* font-latex.el (font-latex-built-in-keyword-classes): Add entries
for missing macros \sloppy and \fussy.
---
font-latex.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/font-latex.el b/font-latex.el
index b78cf58ad2..ee6d06f85d 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -378,7 +378,8 @@ variable `font-latex-fontify-sectioning'." ',num)
("TeX" "") ("LaTeX" "") ("LaTeXe" "")
("normalfont" "") ("normalshape" "")
("tableofcontents" "") ("listoffigures" "") ("listoftables" "")
- ("maketitle" "") ("makeindex" "") ("makeglossary" ""))
+ ("maketitle" "") ("makeindex" "") ("makeglossary" "")
+ ("sloppy" "") ("fussy" ""))
font-lock-function-name-face 2 command)
("sectioning-0"
(("part" "*[{"))
- [elpa] externals/auctex updated (9d47b0a1bd -> 1c3360b162), Tassilo Horn, 2023/07/20
- [elpa] externals/auctex 3b38bd625b 04/39: Fontify \sloppy and \fussy,
Tassilo Horn <=
- [elpa] externals/auctex 2017d97b0e 09/39: Rewrite *-unload-hook to *-unload-function, Tassilo Horn, 2023/07/20
- [elpa] externals/auctex 6439edca63 12/39: Clean up Texinfo mode, Tassilo Horn, 2023/07/20
- [elpa] externals/auctex c9ab5d58f3 19/39: Update style/babel.el to package version 3.88, Tassilo Horn, 2023/07/20
- [elpa] externals/auctex cdd0cbf33a 03/39: Add new style/soul.el, Tassilo Horn, 2023/07/20
- [elpa] externals/auctex 22ba857c53 06/39: Improve fontification within shortvrb delimiters, Tassilo Horn, 2023/07/20
- [elpa] externals/auctex 87e8cb0369 05/39: Simplify implementation of style/pythontex.el, Tassilo Horn, 2023/07/20
- [elpa] externals/auctex befc4a49bb 07/39: Fix style/changelog.el, Tassilo Horn, 2023/07/20
- [elpa] externals/auctex 7e420cff9b 08/39: ; * style/soul.el ("soul"): Use `LaTeX-soul-auto-cleanup'., Tassilo Horn, 2023/07/20
- [elpa] externals/auctex 0cb158fd96 21/39: Improve fontification of verbatim macros with braces, Tassilo Horn, 2023/07/20
- [elpa] externals/auctex 715a88a5f2 22/39: Treat backslash in verbatim macro arguments correctly, Tassilo Horn, 2023/07/20