emacs: Remove an empty line, wrap a comment.

This commit is contained in:
Nico Weber 2014-11-17 15:15:10 -08:00
parent 4daf9c9e83
commit 2cfb99985d

View File

@ -33,10 +33,10 @@
'("\\($[[:alnum:]_]+\\)" . (1 font-lock-variable-name-face)) '("\\($[[:alnum:]_]+\\)" . (1 font-lock-variable-name-face))
;; Rule names ;; Rule names
'("rule +\\([[:alnum:]_.-]+\\)" . (1 font-lock-function-name-face)) '("rule +\\([[:alnum:]_.-]+\\)" . (1 font-lock-function-name-face))
;; Build Statement - highlight the rule used, allow for escaped $,: in outputs ;; Build Statement - highlight the rule used,
;; allow for escaped $,: in outputs.
'("build +\\(?:[^:$\n]\\|$[:$]\\)+ *: *\\([[:alnum:]_.-]+\\)" . '("build +\\(?:[^:$\n]\\|$[:$]\\)+ *: *\\([[:alnum:]_.-]+\\)" .
(1 font-lock-function-name-face)) (1 font-lock-function-name-face))
)) ))
;;;###autoload ;;;###autoload