Variable: vhdl-font-lock-keywords-5

vhdl-font-lock-keywords-5 is a variable defined in vhdl-mode.el.gz.

Value

((vhdl-match-translate-off
  (0 vhdl-font-lock-translate-off-face append)))

Documentation

For consideration as a value of vhdl-font-lock-keywords.

This does background highlighting of translate-off regions.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defconst vhdl-font-lock-keywords-5
  ;; background highlight translate-off regions
  '((vhdl-match-translate-off (0 vhdl-font-lock-translate-off-face append)))
  "For consideration as a value of `vhdl-font-lock-keywords'.
This does background highlighting of translate-off regions.")