branch: elpa/systemd
commit e97f78ee11f4d4738aaa646e48bb39565d88abd6
Author: Lucas Werkmeister <m...@lucaswerkmeister.de>
Commit: Mark Oteiza <mvote...@udel.edu>

    Add %S, %C, %L specifiers
    
    These specifiers for the state, cache, and log directory root were added in 
systemd v236.
---
 systemd.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to