Variable: verilog-highlight-grouping-keywords

verilog-highlight-grouping-keywords is a customizable variable defined in verilog-mode.el.gz.

Value

nil

Documentation

Non-nil means highlight grouping keywords more dramatically.

If false, these words are in the font-lock-type-face; if True then they are in verilog-font-lock-grouping-keywords-face. Some find that special highlighting on these grouping constructs allow the structure of the code to be understood at a glance.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defcustom verilog-highlight-grouping-keywords nil
  "Non-nil means highlight grouping keywords more dramatically.
If false, these words are in the `font-lock-type-face'; if True
then they are in `verilog-font-lock-grouping-keywords-face'.
Some find that special highlighting on these grouping constructs
allow the structure of the code to be understood at a glance."
  :group 'verilog-mode-indent
  :type 'boolean)