Variable: blink-matching-paren-dont-ignore-comments

blink-matching-paren-dont-ignore-comments is a customizable variable defined in simple.el.gz.

Value

nil

Documentation

If nil, blink-matching-paren ignores comments.

More precisely, when looking for the matching parenthesis, it skips the contents of comments that end before point.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defcustom blink-matching-paren-dont-ignore-comments nil
  "If nil, `blink-matching-paren' ignores comments.
More precisely, when looking for the matching parenthesis,
it skips the contents of comments that end before point."
  :type 'boolean
  :group 'paren-blinking)