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:
parent
228f0b99ca
commit
e97f78ee11
@ -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'.")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user