Variable: vhdl-strict-syntax-p

vhdl-strict-syntax-p is a variable defined in vhdl-mode.el.gz.

Value

nil

Documentation

If non-nil, all syntactic symbols must be found in vhdl-offsets-alist.

If the syntactic symbol for a particular line does not match a symbol in the offsets alist, an error is generated, otherwise no error is reported and the syntactic symbol is ignored.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defvar vhdl-strict-syntax-p nil
  "If non-nil, all syntactic symbols must be found in `vhdl-offsets-alist'.
If the syntactic symbol for a particular line does not match a symbol
in the offsets alist, an error is generated, otherwise no error is
reported and the syntactic symbol is ignored.")