[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote f1e08702e5 11/14: Make fontification more robust
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote f1e08702e5 11/14: Make fontification more robust (revise f13fdd4) |
Date: |
Sat, 9 Jul 2022 02:57:36 -0400 (EDT) |
branch: externals/denote
commit f1e08702e55f9288410a981a856ff836b93c143b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Make fontification more robust (revise f13fdd4)
---
denote-faces.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/denote-faces.el b/denote-faces.el
index ddffc28f29..265d5c82c2 100644
--- a/denote-faces.el
+++ b/denote-faces.el
@@ -83,10 +83,10 @@ and seconds."
:group 'denote-faces)
(defvar denote-faces--file-name-regexp
- (concat "\\([0-9]\\{8\\}\\)\\(T[0-9]\\{6\\}\\)"
- "\\(--\\)?\\([0-9A-Za-z-]*\\)?"
- "\\(__\\)?\\([0-9A-Za-z_-]*\\)?"
- "\\(\\..*\\)?")
+ (concat "\\(?1:[0-9]\\{8\\}\\)\\(?2:T[0-9]\\{6\\}\\)"
+ "\\(?:\\(?3:--\\)\\(?4:[0-9A-Za-z-]*\\)\\)?"
+ "\\(?:\\(?5:__\\)\\(?6:[0-9A-Za-z_-]*\\)\\)?"
+ "\\(?7:\\..*\\)?")
"Regexp of file names for fontification.")
(defconst denote-faces-file-name-keywords
- [elpa] externals/denote updated (1075cbb65f -> 39d85280ee), ELPA Syncer, 2022/07/09
- [elpa] externals/denote 564c139c78 04/14: Rework denote-faces-file-name-keywords, ELPA Syncer, 2022/07/09
- [elpa] externals/denote bde1e0f36e 07/14: Fontify all file type extensions, ELPA Syncer, 2022/07/09
- [elpa] externals/denote 29a5a2d966 09/14: Remove face override from keywords separator, ELPA Syncer, 2022/07/09
- [elpa] externals/denote 9dbfd371ff 02/14: Refactor of denote--inferred-keywords, ELPA Syncer, 2022/07/09
- [elpa] externals/denote 627df2e311 06/14: Remove dev notice about performance, ELPA Syncer, 2022/07/09
- [elpa] externals/denote 5abcd2fe87 08/14: Remove needless face override from delimiter, ELPA Syncer, 2022/07/09
- [elpa] externals/denote f1e08702e5 11/14: Make fontification more robust (revise f13fdd4),
ELPA Syncer <=
- [elpa] externals/denote 39d85280ee 14/14: Define obsolete alias of fontification var, ELPA Syncer, 2022/07/09
- [elpa] externals/denote 916344321a 01/14: Support permutations of file names, ELPA Syncer, 2022/07/09
- [elpa] externals/denote 3f51ba3b79 03/14: Rework denote--only-note-p, ELPA Syncer, 2022/07/09
- [elpa] externals/denote ab18e32e1b 05/14: Merge pull request #38 from jeanphilippegg/file-name-permutations, ELPA Syncer, 2022/07/09
- [elpa] externals/denote f13fdd439c 10/14: Fix false positives in fontification regexp, ELPA Syncer, 2022/07/09
- [elpa] externals/denote 3f2e0788a9 12/14: Adjust fontification, ELPA Syncer, 2022/07/09
- [elpa] externals/denote e7de7baaa4 13/14: Merge pull request #40 from jeanphilippegg/file-name-permutations, ELPA Syncer, 2022/07/09