Variable: cperl-highlight-variables-indiscriminately

cperl-highlight-variables-indiscriminately is a customizable variable defined in cperl-mode.el.gz.

Value

nil

Documentation

Non-nil means perform additional highlighting on variables.

Currently only changes how scalar variables are highlighted. Note that the variable is only read at initialization time for the variable cperl-font-lock-keywords-2, so changing it after you've entered CPerl mode the first time will have no effect.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-highlight-variables-indiscriminately nil
  "Non-nil means perform additional highlighting on variables.
Currently only changes how scalar variables are highlighted.
Note that the variable is only read at initialization time for
the variable `cperl-font-lock-keywords-2', so changing it after you've
entered CPerl mode the first time will have no effect."
  :type 'boolean
  :group 'cperl)