This commit is contained in:
Mark Oteiza 2016-05-01 15:18:56 -04:00
parent 6fd29c5c85
commit ff523bc3da

View File

@ -317,7 +317,7 @@ file, defaulting to the link under point, if any."
(`post-completion (if (not (systemd-buffer-section-p)) (insert "="))))) (`post-completion (if (not (systemd-buffer-section-p)) (insert "=")))))
(defvar systemd-font-lock-keywords (defvar systemd-font-lock-keywords
`(("^[[:space:]]\\([#;]\\)\\(.*\\)$" `(("^[[:space:]]*?\\([#;]\\)\\(.*\\)$"
(1 'font-lock-comment-delimiter-face) (1 'font-lock-comment-delimiter-face)
(2 'font-lock-comment-face)) (2 'font-lock-comment-face))
("\\\\$" 0 'font-lock-warning-face) ; line break ("\\\\$" 0 'font-lock-warning-face) ; line break