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

font-latex-match-simple-exclude-list is a variable defined in font-latex.el.

Value

("-" "," "/" "&" "#" "_" "`" "'" "^" "~" "=" "." "\"")

Documentation

List of characters directly after "\\" excluded from fontification.

Each character is a string.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/font-latex.el
(defvar font-latex-match-simple-exclude-list
  '("-" "," "/" "&" "#" "_" "`" "'" "^" "~" "=" "." "\"")
  "List of characters directly after \"\\\" excluded from fontification.
Each character is a string.")