From 2cfb99985da66ff254dccab3e92eacfd8ecdfb81 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 17 Nov 2014 15:15:10 -0800 Subject: [PATCH] emacs: Remove an empty line, wrap a comment. --- misc/ninja-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/ninja-mode.el b/misc/ninja-mode.el index 80585d8..28e2ea5 100644 --- a/misc/ninja-mode.el +++ b/misc/ninja-mode.el @@ -33,10 +33,10 @@ '("\\($[[:alnum:]_]+\\)" . (1 font-lock-variable-name-face)) ;; Rule names '("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:]_.-]+\\)" . (1 font-lock-function-name-face)) - )) ;;;###autoload -- 2.7.4