Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 8c1f0bd

Browse files
committed
fix doc comment regexp
1 parent dab3c37 commit 8c1f0bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zig-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ This is written mainly to be used as `end-of-defun-function' for Zig."
423423
(if (looking-at "\\\\\\\\")
424424
'zig-multiline-string-face
425425
'font-lock-string-face)
426-
(if (looking-at "//[/|!][^/]")
426+
(if (looking-at "//[/!][^/]")
427427
'font-lock-doc-face
428428
'font-lock-comment-face))))
429429

0 commit comments

Comments
 (0)