Variable: sgml-tag-face-alist
sgml-tag-face-alist is a variable defined in sgml-mode.el.gz.
Value
nil
Documentation
Tag names and face or list of faces to fontify with when invisible.
When font-lock-maximum-decoration is 1 this is always used for fontifying.
When more these are fontified together with sgml-font-lock-keywords.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/sgml-mode.el.gz
(defvar sgml-tag-face-alist ()
"Tag names and face or list of faces to fontify with when invisible.
When `font-lock-maximum-decoration' is 1 this is always used for fontifying.
When more these are fontified together with `sgml-font-lock-keywords'.")