branch: elpa/systemd
commit b6ae63a236605b1c5e1069f7d3afe06ae32a7bae
Author: Mark Oteiza <[email protected]>
Commit: Mark Oteiza <[email protected]>
add specifiers (leave obsoleted ones in for now)
---
systemd.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systemd.el b/systemd.el
index ce662a3..0505868 100644
--- a/systemd.el
+++ b/systemd.el
@@ -336,7 +336,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
- ("%[bcCEfhHiIjJLmnNpPrRsStTuUvV%]"
+ ("%[abBCEfgGhHiIjJlLmnNopPrRsStTuUvVw%]"
(systemd-value-extend-region) nil (0 'font-lock-constant-face))))
"Extended expressions to highlight in `systemd-mode'.")