emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/jinx 6541afe26f: jinx-exclude-regexps: Ignore hyphens u


From: ELPA Syncer
Subject: [elpa] externals/jinx 6541afe26f: jinx-exclude-regexps: Ignore hyphens used as bullet points (Fix #87)
Date: Sun, 2 Jul 2023 09:57:56 -0400 (EDT)

branch: externals/jinx
commit 6541afe26fd1ce3f981052c2592d63bdfe54878d
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    jinx-exclude-regexps: Ignore hyphens used as bullet points (Fix #87)
---
 jinx.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jinx.el b/jinx.el
index 4604975a75..4c493be18c 100644
--- a/jinx.el
+++ b/jinx.el
@@ -148,6 +148,7 @@ checking."
 (defcustom jinx-exclude-regexps
   '((emacs-lisp-mode "Package-Requires:.*$")
     (t "[A-Z]+\\>"         ;; Uppercase words
+       "-\\>"              ;; Hyphens used as bullet points
        "\\w*?[0-9]\\w*\\>" ;; Words with numbers, hex codes
        "[a-z]+://\\S-+"    ;; URI
        "<?[-+_.~a-zA-Z][-+_.~:a-zA-Z0-9]*@[-.a-zA-Z0-9]+>?" ;; Email



reply via email to

[Prev in Thread] Current Thread [Next in Thread]