mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 13:31:37 -07:00
(pascal-sub-block-re): Recognize for and with.
This commit is contained in:
parent
f87105427f
commit
7e0dd87e24
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@
|
|||
(defconst pascal-end-block-re "\\<\\(end\\|until\\)\\>")
|
||||
(defconst pascal-declaration-re "\\<\\(const\\|label\\|type\\|var\\)\\>")
|
||||
(defconst pascal-defun-re "\\<\\(function\\|procedure\\|program\\)\\>")
|
||||
(defconst pascal-sub-block-re "\\<\\(if\\|else\\|while\\)\\>")
|
||||
(defconst pascal-sub-block-re "\\<\\(if\\|else\\|for\\|while\\|with\\)\\>")
|
||||
(defconst pascal-noindent-re "\\<\\(begin\\|end\\|until\\)\\>")
|
||||
(defconst pascal-nosemi-re "\\<\\(begin\\|repeat\\|then\\|do\\|else\\)\\>")
|
||||
(defconst pascal-autoindent-lines-re
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue