emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/zig-mode 32aec72 064/104: Add previous-line doc comments


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode 32aec72 064/104: Add previous-line doc comments
Date: Sun, 29 Aug 2021 11:37:04 -0400 (EDT)

branch: elpa/zig-mode
commit 32aec7265f5189294456387606405710d156a563
Author: Josias <justjosias@tutanota.com>
Commit: Josias <justjosias@tutanota.com>

    Add previous-line doc comments
---
 zig-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zig-mode.el b/zig-mode.el
index 3a0299f..e805d49 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -376,7 +376,7 @@ If given a SOURCE, execute the CMD on it."
           'font-lock-string-face))
     (save-excursion
       (goto-char (nth 8 state))
-      (if (looking-at "///[^/]")
+      (if (looking-at "//[/|!][^/]")
           'font-lock-doc-face
         'font-lock-comment-face))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]