Variable: viper-parse-sexp-ignore-comments
viper-parse-sexp-ignore-comments is a customizable variable defined in
viper-init.el.gz.
Value
t
Documentation
If t, % ignores the parentheses that occur inside comments.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
(defcustom viper-parse-sexp-ignore-comments t
"If t, `%' ignores the parentheses that occur inside comments."
:type 'boolean
:group 'viper)