ps-mode-font-lock-keywords-3

ps-mode-font-lock-keywords-3 is a variable defined in `ps-mode.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
High level highlighting for PostScript mode.

Value:

(("\\`%!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)) ("//\\(?:\\sw\\|\\s_\\)+" . font-lock-type-face) ("^\\(/\\(?:\\sw\\|\\s_\\)+\\)\\_>\\([[ ]*\\(%.*\\)? ?$\\|[ ]*\\({\\|<<\\)\\|[ ]+[0-9]+[ ]+dict\\_>\\|.*\\_\\)" 1 font-lock-function-name-face) ("/\\(?:\\sw\\|\\s_\\)+" . font-lock-variable-name-face) ("\\_<\\(b\\(?:egin\\|ind\\)\\|c\\(?:lear\\(?:tomark\\)?\\|ount\\(?:\\(?:execstac\\|tomar\\)k\\)\\)\\|d\\(?:ef\\|ict\\)\\|e\\(?:nd\\|x\\(?:ec\\(?:stack\\)?\\|it\\)\\)\\|f\\(?:alse\\|or\\(?:all\\)?\\)\\|g\\(?:restore\\(?:all\\)?\\|save\\)\\|if\\(?:else\\)?\\|loop\\|mark\\|null\\|quit\\|re\\(?:peat\\|store\\)\\|s\\(?:ave\\|howpage\\|t\\(?:art\\|op\\(?:ped\\)?\\)\\)\\|true\\)\\_>" . font-lock-keyword-face))