summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-11-17 23:16:18 (GMT)
committerNico Weber <nicolasweber@gmx.de>2014-11-17 23:16:18 (GMT)
commitf323ff900a23526686af266b0ffabf711f48f19e (patch)
tree3a182ca05e519632e2bc7c2735414f3bc28f5b1a
parent4daf9c9e831b61326021ff40f047261e0564cb57 (diff)
parent2cfb99985da66ff254dccab3e92eacfd8ecdfb81 (diff)
downloadNinja-f323ff900a23526686af266b0ffabf711f48f19e.zip
Ninja-f323ff900a23526686af266b0ffabf711f48f19e.tar.gz
Ninja-f323ff900a23526686af266b0ffabf711f48f19e.tar.bz2
Merge pull request #856 from nico/TABS
emacs: Remove an empty line, wrap a comment.
-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