Variable: sql-mode-font-lock-keywords
sql-mode-font-lock-keywords is a variable defined in sql.el.gz.
Value
nil
Documentation
SQL keywords used by font-lock.
Setting this variable directly no longer has any affect. Use
sql-product and sql-add-product-keywords to control the
highlighting rules in SQL mode.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
(defvar sql-mode-font-lock-keywords nil
"SQL keywords used by font-lock.
Setting this variable directly no longer has any affect. Use
`sql-product' and `sql-add-product-keywords' to control the
highlighting rules in SQL mode.")