dcl-font-lock-keywords

dcl-font-lock-keywords is a variable defined in `dcl-mode.el'.
Its value is

(("\\<\\(if\\|then\\|else\\|endif\\)\\>" 1 font-lock-keyword-face) ("\\" 0 font-lock-builtin-face) ("[.]\\(eq\\|not\\|or\\|and\\|lt\\|gt\\|le\\|ge\\|eqs\\|nes\\)[.]" 0 font-lock-builtin-face))

  • This variable may be risky if used as a file-local variable.

Documentation:
Font lock keyword specification for DCL mode.
Presently this includes some syntax, .OP.erators, and "f$" lexicals.