Add %S, %C, %L specifiers

These specifiers for the state, cache, and log directory root were added in systemd v236.
This commit is contained in:
Lucas Werkmeister 2018-04-14 13:43:31 +02:00 committed by Mark Oteiza
parent 228f0b99ca
commit e97f78ee11

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
("%[nNpPiIfcrRtuUhsmbHv%]" ("%[nNpPiIfcrRtSCLuUhsmbHv%]"
(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'.")