Skip to content

Commit 5f5a428

Browse files
committed
Merge pull request #88 from kw-udon/nested-comment
Support nested block comments
2 parents 99c5571 + 6bc1540 commit 5f5a428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
;; Comments
6666
(modify-syntax-entry ?/ ". 124b" table)
67-
(modify-syntax-entry ?* ". 23" table)
67+
(modify-syntax-entry ?* ". 23n" table)
6868
(modify-syntax-entry ?\n "> b" table)
6969
(modify-syntax-entry ?\^m "> b" table)
7070

0 commit comments

Comments
 (0)