Variable: vhdl-font-lock-keywords-0
vhdl-font-lock-keywords-0 is a variable defined in vhdl-mode.el.gz.
Value
(("\\(^\\|[ (.']\\)\\(<[^ =<>][^<>@.\n]*[^ =<>]>\\)" 2 vhdl-font-lock-prompt-face t)
("--\\s-*\\<\\(p\\(?:ragma\\|sl\\)\\|synopsys\\)\\>\\s-+\\(.*\\)$" 2 vhdl-font-lock-directive-face t)
("^#[ ]*\\(\\w+\\)\\([ ]+\\(\\w+\\)\\)?"
(1 font-lock-builtin-face)
(3 font-lock-variable-name-face nil t)))
Documentation
For consideration as a value of vhdl-font-lock-keywords.
This does highlighting of template prompts and directives (pragmas).
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defvar vhdl-font-lock-keywords-0 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 template prompts and directives (pragmas).")