Variable: f90-end-type-re

f90-end-type-re is a variable defined in f90.el.gz.

Value

"end[   ]*\\(type\\|enum\\|interface\\|block[   ]*data\\)\\_>"

Documentation

Regexp matching the end of a TYPE, ENUM, INTERFACE, BLOCK DATA section.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/f90.el.gz
(defconst f90-end-type-re
  "end[ \t]*\\(type\\|enum\\|interface\\|block[ \t]*data\\)\\_>"
  "Regexp matching the end of a TYPE, ENUM, INTERFACE, BLOCK DATA section.")