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

Commit 6091cfe

Browse files
committed
Use double semicolon comments.
1 parent 77d5c3a commit 6091cfe

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
@@ -42,8 +42,8 @@
4242
;;;###autoload
4343
(define-derived-mode ninja-mode prog-mode "ninja"
4444
(setq comment-start "#")
45-
; Pass extra "t" to turn off syntax-based fontification -- we don't want
46-
; quoted strings highlighted.
45+
;; Pass extra "t" to turn off syntax-based fontification -- we don't want
46+
;; quoted strings highlighted.
4747
(setq font-lock-defaults '(ninja-keywords t)))
4848

4949
;; Run ninja-mode for files ending in .ninja.

0 commit comments

Comments
 (0)