Variable: vhdl-font-lock-keywords-3
vhdl-font-lock-keywords-3 is a variable defined in vhdl-mode.el.gz.
Value
(("\\(\\<\\w+_v\\>\\)" 1 vhdl-font-lock-variable-face nil)
("\\(\\<\\w+_t\\>\\)" 1 vhdl-font-lock-type-face nil)
("\\(\\<\\w+_[cg]\\>\\)" 1 vhdl-font-lock-generic-/constant-face nil))
Documentation
For consideration as a value of vhdl-font-lock-keywords.
This does highlighting of words with special syntax.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defvar vhdl-font-lock-keywords-3 nil
;; set in `vhdl-font-lock-init' because dependent on user options
"For consideration as a value of `vhdl-font-lock-keywords'.
This does highlighting of words with special syntax.")