Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 2cfb999

Browse files
committed
emacs: Remove an empty line, wrap a comment.
1 parent 4daf9c9 commit 2cfb999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc/ninja-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
'("\\($[[:alnum:]_]+\\)" . (1 font-lock-variable-name-face))
3434
;; Rule names
3535
'("rule +\\([[:alnum:]_.-]+\\)" . (1 font-lock-function-name-face))
36-
;; Build Statement - highlight the rule used, allow for escaped $,: in outputs
36+
;; Build Statement - highlight the rule used,
37+
;; allow for escaped $,: in outputs.
3738
'("build +\\(?:[^:$\n]\\|$[:$]\\)+ *: *\\([[:alnum:]_.-]+\\)" .
3839
(1 font-lock-function-name-face))
39-
4040
))
4141

4242
;;;###autoload

0 commit comments

Comments
 (0)