Variable: f90-directive-comment-re
f90-directive-comment-re is a customizable variable defined in
f90.el.gz.
Value
"!hpf\\$"
Documentation
Regexp of comment-like directive like "!HPF\\\\$", not to be indented.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/f90.el.gz
;; Should we add ^# to this? That's not really a comment.
(defcustom f90-directive-comment-re "!hpf\\$"
"Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented."
:type 'regexp
:safe 'stringp
:group 'f90-indent)