Variable: verilog-highlight-p1800-keywords
verilog-highlight-p1800-keywords is a customizable variable defined in
verilog-mode.el.gz.
This variable is obsolete since 27.1.
Value
nil
Documentation
Obsolete.
Was non-nil means highlight SystemVerilog IEEE-1800 differently. All code is now highlighted as if SystemVerilog IEEE-1800.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defcustom verilog-highlight-p1800-keywords nil
"Obsolete.
Was non-nil means highlight SystemVerilog IEEE-1800 differently.
All code is now highlighted as if SystemVerilog IEEE-1800."
:group 'verilog-mode-indent
:type 'boolean)