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

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

[nongnu] elpa/rust-mode 6bc1540 186/486: Support nested block comments


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 6bc1540 186/486: Support nested block comments
Date: Sat, 7 Aug 2021 09:25:15 -0400 (EDT)

branch: elpa/rust-mode
commit 6bc1540b39c0d6c21052392aa3cb5f5a8781448d
Author: Keiichi Watanabe <udon.watanabe@gmail.com>
Commit: Keiichi Watanabe <udon.watanabe@gmail.com>

    Support nested block comments
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index e451dfa..c058fe4 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -64,7 +64,7 @@
 
     ;; Comments
     (modify-syntax-entry ?/  ". 124b" table)
-    (modify-syntax-entry ?*  ". 23"   table)
+    (modify-syntax-entry ?*  ". 23n"  table)
     (modify-syntax-entry ?\n "> b"    table)
     (modify-syntax-entry ?\^m "> b"   table)
 



reply via email to

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