these groups need not be nested

This commit is contained in:
Mark Oteiza 2015-05-30 09:34:34 -04:00
parent cf435f40ef
commit 2b70f833fd

View File

@ -71,7 +71,7 @@
:group 'systemd) :group 'systemd)
(defvar systemd-font-lock-keywords (defvar systemd-font-lock-keywords
`(("^\\([#;]\\(.*\\)\\)$" `(("^\\([#;]\\)\\(.*\\)$"
(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