vhdl-font-lock-keywords-3

vhdl-font-lock-keywords-3 is a variable defined in `vhdl-mode.el'.
Its value is

(("\\(\\<\\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))

  • This variable may be risky if used as a file-local variable.

Documentation:
For consideration as a value of `vhdl-font-lock-keywords'.
This does highlighting of words with special syntax.