Do not follow this link

~tsdh/highlight-parentheses.el

Release highlight-parentheses.el version 2.2.2
Fix "Selecting deleted buffer" error
Improve fix for #6 by always running the highlight fn in the right buffer

Fixes: https://todo.sr.ht/~tsdh/highlight-parentheses.el/6
References: https://todo.sr.ht/~tsdh/highlight-parentheses.el/5
Release highlight-parentheses.el version 2.2.1
Fix error when timer fn runs in buffer where mode is not active

Fixes: https://todo.sr.ht/~tsdh/highlight-parentheses.el/6
Release highlight-parentheses.el version 2.2.0
Fix a typo and one slight improvement
Optimize for distant paren pairs where scan-sexps becomes expensive

References: https://todo.sr.ht/~tsdh/highlight-parentheses.el/5
Docfix

* highlight-parentheses.el (highlight-parentheses--initiate-highlight):
Restructure docstring to match conventions (was too long) so that you don't get
an annoying warning with the native lisp compiler in 28.1 and up.
Add NonGNU ELPA badge
Release version 2.1.0
Add a way to enable the mode also in the minibuffer
Release version 2.0.4
Fix #3: highlight also if nothing but the face is defined
Make preamble in highlight-parentheses.el match LICENSE
Don't exclude README.md from ELPA package
Squash emacs 28 define-minor-mode warning; release 2.0.3
Remove cl-lib dependency since it's included in Emacs 24.3 anyhow; release 2.0.2
Add .elpaignore
Add highlight-parentheses property to our overlays
Next
Do not follow this link