branch: elpa/scala-mode
commit 1ab5f645606e40db07b813a1600835d1442c060a
Author: Heikki Vesalainen <heikki.vesalai...@trademarknow.com>
Commit: Heikki Vesalainen <heikki.vesalai...@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