1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-16 19:54:38 +02:00

Set kotlin highlighting to java

This commit is contained in:
Adam Bard
2016-03-15 15:34:19 -07:00
parent 636a9fef83
commit f32379a558

View File

@@ -9,7 +9,7 @@ Kotlin is a Statically typed programming language for the JVM, Android and the
browser. It is 100% interoperable with Java.
[Read more here.](https://kotlinlang.org/)
```kotlin
```java
// Single-line comments start with //
/*
Multi-line comments look like this.