Add %E, %j, %J, %T, %V specifiers
These specifiers were added in systemd v239.
This commit is contained in:
parent
21d50f27d8
commit
401d71c2dd
@ -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'.")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user