ps-mode-font-lock-keywords
ps-mode-font-lock-keywords is a variable defined in `ps-mode.el'.
Its value is
(("\\`%!PS.*"
(0 font-lock-constant-face t))
("^%%BoundingBox:[ ]+-?[0-9]+[ ]+-?[0-9]+[ ]+-?[0-9]+[ ]+-?[0-9]+[ ]*$"
(0 font-lock-constant-face t))
("[\200-\377]+"
(0 font-lock-warning-face prepend nil)))
- This variable may be risky if used as a file-local variable.