Variable: cperl-here-face

cperl-here-face is a customizable variable defined in cperl-mode.el.gz.

Value

font-lock-string-face

Documentation

Face for here-docs highlighting.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-here-face 'font-lock-string-face
  "Face for here-docs highlighting."
  :type 'face
  :group 'cperl-faces)