branch: elpa/systemd
commit 401d71c2dd24e424216ae5e4275c830f2a9c6b0c
Author: Lucas Werkmeister <[email protected]>
Commit: Mark Oteiza <[email protected]>
Add %E, %j, %J, %T, %V specifiers
These specifiers were added in systemd v239.
---
systemd.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systemd.el b/systemd.el
index 571456f..53f9a34 100644
--- a/systemd.el
+++ b/systemd.el
@@ -337,7 +337,7 @@ See `font-lock-keywords' and (info \"(elisp) Search-based
Fontification\")."
("\\$[A-Z_]+\\>"
(systemd-value-extend-region) nil (0 'font-lock-variable-name-face))
;; specifiers
- ("%[bcCfhHiILmnNpPrRsStuUv%]"
+ ("%[bcCEfhHiIjJLmnNpPrRsStTuUvV%]"
(systemd-value-extend-region) nil (0 'font-lock-constant-face))))
"Extended expressions to highlight in `systemd-mode'.")