mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-15 09:46:24 -04:00
Add signature delimiter to regex for denote-faces
Now that = is accepted as a delimiter inside signatures, the regex for
denote-faces needed to be updated accordingly (see d1275c3).
This commit is contained in:
parent
647cbe03b4
commit
a91920274d
|
|
@ -2544,7 +2544,7 @@ and seconds."
|
|||
;; For character classes, evaluate: (info "(elisp) Char Classes")
|
||||
(defvar denote-faces--file-name-regexp
|
||||
(concat "\\(?1:[0-9]\\{8\\}\\)\\(?2:T[0-9]\\{6\\}\\)"
|
||||
"\\(?:\\(?3:==\\)\\(?4:[[:alnum:][:nonascii:]]*?\\)\\)?"
|
||||
"\\(?:\\(?3:==\\)\\(?4:[[:alnum:][:nonascii:]=]*?\\)\\)?"
|
||||
"\\(?:\\(?5:--\\)\\(?6:[[:alnum:][:nonascii:]-]*?\\)\\)?"
|
||||
"\\(?:\\(?7:__\\)\\(?8:[[:alnum:][:nonascii:]_-]*?\\)\\)?"
|
||||
"\\(?9:\\..*\\)?$")
|
||||
|
|
|
|||
Loading…
Reference in a new issue