diff --git a/systemd.el b/systemd.el index 2ed3070..571456f 100644 --- a/systemd.el +++ b/systemd.el @@ -337,7 +337,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 - ("%[nNpPiIfcrRtSCLuUhsmbHv%]" + ("%[bcCfhHiILmnNpPrRsStuUv%]" (systemd-value-extend-region) nil (0 'font-lock-constant-face)))) "Extended expressions to highlight in `systemd-mode'.")