summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2014-11-17 23:15:10 (GMT)
committerNico Weber <thakis@chromium.org>2014-11-17 23:15:19 (GMT)
commit2cfb99985da66ff254dccab3e92eacfd8ecdfb81 (patch)
tree3a182ca05e519632e2bc7c2735414f3bc28f5b1a /misc
parent4daf9c9e831b61326021ff40f047261e0564cb57 (diff)
downloadNinja-2cfb99985da66ff254dccab3e92eacfd8ecdfb81.zip
Ninja-2cfb99985da66ff254dccab3e92eacfd8ecdfb81.tar.gz
Ninja-2cfb99985da66ff254dccab3e92eacfd8ecdfb81.tar.bz2
emacs: Remove an empty line, wrap a comment.
Diffstat (limited to 'misc')
-rw-r--r--misc/ninja-mode.el4
1 files 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