branch: master
commit 9ca155cdb0e5d861720cec6684e89c9594a5dd64
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
Improve fontification of kernel macros
* font-latex.el (font-latex-built-in-keyword-classes): Add two
kernel macros "raggedbottom" and "flushbottom".
---
font-latex.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/font-latex.el b/font-latex.el
index b0f8ae33..2395937d 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -373,6 +373,7 @@ variable `font-latex-fontify-sectioning'." ',num)
("thicklines" "") ("thinlines" "")
("noindent" "") ("hline" "") ("ldots" "")
("centering" "") ("raggedright" "") ("raggedleft" "")
+ ("raggedbottom" "") ("flushbottom" "")
("TeX" "") ("LaTeX" "") ("LaTeXe" "")
("normalfont" "") ("normalshape" "")
("tableofcontents" "") ("listoffigures" "") ("listoftables" ""))