Variable: vhdl-template-prompt-syntax
vhdl-template-prompt-syntax is a variable defined in vhdl-mode.el.gz.
Value
"[^ =<>][^<>@.\n]*[^ =<>]"
Documentation
Syntax of prompt inserted by template generators.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Electrification
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defconst vhdl-template-prompt-syntax "[^ =<>][^<>@.\n]*[^ =<>]"
"Syntax of prompt inserted by template generators.")