Variable: f90-typeis-re

f90-typeis-re is a variable defined in f90.el.gz.

Value

"\\_<\\(class\\|type\\)[     ]*is[   ]*("

Documentation

Regexp matching a CLASS/TYPE IS statement.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/f90.el.gz
;; Maybe this should include "class default", but the constant is no
;; longer used.
(defconst f90-typeis-re
  "\\_<\\(class\\|type\\)[ \t]*is[ \t]*("
  "Regexp matching a CLASS/TYPE IS statement.")