Variable: verilog-include-file-regexp
verilog-include-file-regexp is a variable defined in
verilog-mode.el.gz.
Value
"^`include\\s-+\"\\([^\n\"]*\\)\""
Documentation
Regexp that matches the include file.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defconst verilog-include-file-regexp
"^`include\\s-+\"\\([^\n\"]*\\)\""
"Regexp that matches the include file.")