Variable: vhdl-font-lock-syntactic-keywords
vhdl-font-lock-syntactic-keywords is a variable defined in
vhdl-mode.el.gz.
Value
(("\\('\\).\\('\\)"
(1
(7 . 39))
(2
(7 . 39))))
Documentation
Mark single quotes as having string quote syntax in c instances.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Syntax definitions
(defconst vhdl-font-lock-syntactic-keywords
'(("\\('\\).\\('\\)" (1 (7 . ?\')) (2 (7 . ?\'))))
"Mark single quotes as having string quote syntax in `c' instances.")