vhdl-font-lock-keywords-0
vhdl-font-lock-keywords-0 is a variable defined in `vhdl-mode.el'.
Its value is
(("\\(^\\|[ (.']\\)\\(<[^ =<>][^<>@.\n]*[^ =<>]>\\)" 2 vhdl-font-lock-prompt-face t)
("--\\s-*\\<\\(pragma\\|synopsys\\)\\>\\s-+\\(.*\\)$" 2 vhdl-font-lock-directive-face t)
("^#[ ]*\\(\\w+\\)\\([ ]+\\(\\w+\\)\\)?"
(1 font-lock-builtin-face)
(3 font-lock-variable-name-face nil t)))
- This variable may be risky if used as a file-local variable.