Variable: meta-ignore-comment-regexp
meta-ignore-comment-regexp is a customizable variable defined in
meta-mode.el.gz.
Value
"%[^%]"
Documentation
Regexp matching comments whose indentation should not be touched.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/meta-mode.el.gz
(defcustom meta-ignore-comment-regexp "%[^%]"
"Regexp matching comments whose indentation should not be touched."
:type 'regexp)