[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
main 956395b5: Fontify \hyphenation macro
From: |
Arash Esbati |
Subject: |
main 956395b5: Fontify \hyphenation macro |
Date: |
Fri, 4 Oct 2024 05:53:09 -0400 (EDT) |
branch: main
commit 956395b50468e599a4d00fce3ff1f02c3da1d30b
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>
Fontify \hyphenation macro
* font-latex.el (font-latex-built-in-keyword-classes): Add
fontification support for \hyphenation.
---
font-latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/font-latex.el b/font-latex.el
index 7a5ea113..f2cf4d6d 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -377,7 +377,7 @@ variable `font-latex-fontify-sectioning'." ',num)
("RenewEnvironmentCopy" "{{")
("DeclareEnvironmentCopy" "{{")
("ShowEnvironment" "{")
- ("listfiles" "["))
+ ("listfiles" "[") ("hyphenation" "{"))
font-lock-function-name-face 2 command)
("function-noarg"
("enspace" "enskip" "quad" "qquad" "nonumber"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- main 956395b5: Fontify \hyphenation macro,
Arash Esbati <=