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