Variable: font-lock-syntax-table
font-lock-syntax-table is a variable defined in font-lock.el.gz.
Value
nil
Documentation
Non-nil means use this syntax table for fontifying.
If this is nil, the major mode's syntax table is used.
This is normally set via font-lock-defaults.
Probably introduced at or before Emacs version 19.30.
Source Code
;; Defined in /usr/src/emacs/lisp/font-lock.el.gz
(defvar font-lock-syntax-table nil
"Non-nil means use this syntax table for fontifying.
If this is nil, the major mode's syntax table is used.
This is normally set via `font-lock-defaults'.")