diff options
| author | Adam Bard <github@adambard.com> | 2016-03-15 15:34:19 -0700 |
|---|---|---|
| committer | Adam Bard <github@adambard.com> | 2016-03-15 15:34:19 -0700 |
| commit | f32379a55853db947c2512982d3979341119807f (patch) | |
| tree | 90a5478b87b7cf5e9dd44081f1547026d89434f3 | |
| parent | 636a9fef8362aff5c8f13ed1c2d44447af223de9 (diff) | |
Set kotlin highlighting to java
| -rw-r--r-- | kotlin.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kotlin.html.markdown b/kotlin.html.markdown index ae0123a7..57f311f9 100644 --- a/kotlin.html.markdown +++ b/kotlin.html.markdown @@ -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. |
