decipher-font-lock-keywords

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

Documentation:
Font Lock keywords for Decipher mode.

Value:

(("^:.*" . font-lock-keyword-face) ("^>.*" . font-lock-string-face) ("^%!.*" . font-lock-constant-face) ("^%.*" . font-lock-comment-face) ("\\`(\\([a-z]+\\) +\\([A-Z]+\\)" (1 font-lock-string-face) (2 font-lock-keyword-face)) ("^)\\([A-Z ]+\\)\\([a-z ]+\\)" (1 font-lock-keyword-face) (2 font-lock-string-face)))