File: paren.el.html
Put this into your ~/.emacs:
(show-paren-mode t)
It will display highlighting on whatever paren matches the one before or after point.
Defined variables (16)
show-paren--overlay | Overlay used to highlight the matching paren. |
show-paren--overlay-1 | Overlay used to highlight the paren at point. |
show-paren-context-when-offscreen | If non-nil, show context around the opening paren if it is offscreen. |
show-paren-data-function | Function to find the opener/closer "near" point and its match. |
show-paren-delay | Time in seconds to delay before showing a matching paren. |
show-paren-highlight-openparen | Non-nil turns on openparen highlighting when matching forward. |
show-paren-local-mode-hook | Hook run after entering or leaving ‘show-paren-local-mode’. |
show-paren-mode | Non-nil if Show-Paren mode is enabled. |
show-paren-mode-hook | Hook run after entering or leaving ‘show-paren-mode’. |
show-paren-not-in-comments-or-strings | If non-nil, do not highlight the parens inside comments and strings. |
show-paren-predicate | Whether to use ‘show-paren-mode’ in a buffer. |
show-paren-priority | Priority of paren highlighting overlays. |
show-paren-ring-bell-on-mismatch | If non-nil, beep if mismatched paren is detected. |
show-paren-style | Style used when showing a matching paren. |
show-paren-when-point-in-periphery | If non-nil, show parens when point is in the line’s periphery. |
show-paren-when-point-inside-paren | If non-nil, show parens when point is just inside one. |