Variable: dcl-block-begin-regexp

dcl-block-begin-regexp is a customizable variable defined in dcl-mode.el.gz.

Value

"loop[0-9]*:"

Documentation

Regexp describing a command that begins an indented block in DCL.

Set to nil to only indent at THEN-ELSE-ENDIF.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/dcl-mode.el.gz
(defcustom dcl-block-begin-regexp "loop[0-9]*:"
  "Regexp describing a command that begins an indented block in DCL.
Set to nil to only indent at THEN-ELSE-ENDIF."
  :type 'regexp)