Variable: font-latex-match-simple-include-list

font-latex-match-simple-include-list is a buffer-local variable defined in font-latex.el.

Documentation

List of characters allowed in a macro for fontification.

Each character is a string. This variable is initialized to
"@" since internal LaTeX commands are very often redefined in a
.tex file and the fontification should work correctly in those
cases.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/font-latex.el
(defvar-local font-latex-match-simple-include-list '("@")
  "List of characters allowed in a macro for fontification.
Each character is a string.  This variable is initialized to
\"@\" since internal LaTeX commands are very often redefined in a
.tex file and the fontification should work correctly in those
cases.")