Merge pull request #856 from nico/TABS

emacs: Remove an empty line, wrap a comment.
This commit is contained in:
Nico Weber 2014-11-17 15:16:18 -08:00
commit f323ff900a

View File

@ -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