branch: main
commit 8216ae73ef98deac64ea5515a0d75b04a463d87a
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
Fontify \onecolumn and \twocolumn
* font-latex.el (font-latex-built-in-keyword-classes): Add
"onecolumn" and "twocolumn". Sort entries alphabetically.
---
font-latex.el | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/font-latex.el b/font-latex.el
index d4ad7f95..ffba35cf 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -229,12 +229,12 @@ variable `font-latex-fontify-sectioning'." ',num)
(eval-and-compile
(defconst font-latex-built-in-keyword-classes
'(("warning"
- ("nopagebreak" "pagebreak" "newpage" "clearpage" "cleardoublepage"
- "enlargethispage" "nolinebreak" "linebreak" "newline" "-" "\\" "\\*"
- "appendix" "displaybreak" "allowdisplaybreaks" "tabularnewline"
- "backmatter" "frontmatter" "mainmatter"
- "makeatletter" "makeatother" "newblock" "suppressfloats" "endinput"
- "reversemarginpar")
+ ("-" "\\" "\\*" "allowdisplaybreaks" "appendix" "backmatter"
+ "cleardoublepage" "clearpage" "displaybreak" "endinput"
+ "enlargethispage" "frontmatter" "linebreak" "mainmatter"
+ "makeatletter" "makeatother" "newblock" "newline" "newpage"
+ "nolinebreak" "nopagebreak" "onecolumn" "pagebreak"
+ "reversemarginpar" "suppressfloats" "tabularnewline" "twocolumn")
font-latex-warning-face 1 noarg)
("variable"
(("setlength" "|{\\|{\\") ("addtolength" "|{\\|{\\")