Variable: verilog-highlight-includes
verilog-highlight-includes is a customizable variable defined in
verilog-mode.el.gz.
Value
t
Documentation
Non-nil means highlight module statements for verilog-load-file-at-point.
When true, mousing over include file names will allow jumping to the file referenced. If false, this is not supported.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defcustom verilog-highlight-includes t
"Non-nil means highlight module statements for `verilog-load-file-at-point'.
When true, mousing over include file names will allow jumping to the
file referenced. If false, this is not supported."
:group 'verilog-mode-indent
:type 'boolean)