Variable: opascal-decl-matchers

opascal-decl-matchers is a variable defined in opascal.el.gz.

Value

(begin type const var label resourcestring)

Documentation

Statements that should match to declaration statement indentation.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defconst opascal-decl-matchers
  `(begin ,@opascal-decl-sections)
  "Statements that should match to declaration statement indentation.")