Add %E, %j, %J, %T, %V specifiers

These specifiers were added in systemd v239.
This commit is contained in:
Lucas Werkmeister 2018-06-28 10:11:42 +02:00 committed by Mark Oteiza
parent 21d50f27d8
commit 401d71c2dd

View File

@ -337,7 +337,7 @@ See `font-lock-keywords' and (info \"(elisp) Search-based Fontification\")."
("\\$[A-Z_]+\\>" ("\\$[A-Z_]+\\>"
(systemd-value-extend-region) nil (0 'font-lock-variable-name-face)) (systemd-value-extend-region) nil (0 'font-lock-variable-name-face))
;; specifiers ;; specifiers
("%[bcCfhHiILmnNpPrRsStuUv%]" ("%[bcCEfhHiIjJLmnNpPrRsStTuUvV%]"
(systemd-value-extend-region) nil (0 'font-lock-constant-face)))) (systemd-value-extend-region) nil (0 'font-lock-constant-face))))
"Extended expressions to highlight in `systemd-mode'.") "Extended expressions to highlight in `systemd-mode'.")