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

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

[nongnu] elpa/scala-mode 1ab5f64 212/217: fix comment indenting


From: ELPA Syncer
Subject: [nongnu] elpa/scala-mode 1ab5f64 212/217: fix comment indenting
Date: Sun, 29 Aug 2021 11:31:14 -0400 (EDT)

branch: elpa/scala-mode
commit 1ab5f645606e40db07b813a1600835d1442c060a
Author: Heikki Vesalainen <heikki.vesalainen@trademarknow.com>
Commit: Heikki Vesalainen <heikki.vesalainen@trademarknow.com>

    fix comment indenting
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 1518ebb..3242cef 100644
--- a/README.md
+++ b/README.md
@@ -48,15 +48,15 @@ wherein all following lines are indented under the first 
asterisk.
 
 All other multi-line comments are indented under the first asterisk.
 
-```
+```scala
 /**
  * Supercalifragilistic-
  * expialidocious!
  */
 
 /*
-A comment
-*/
+ A comment
+ */
 ```
 
 Typing an asterisk in multi-line comment region, at the start of a



reply via email to

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