mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Set kotlin highlighting to java
This commit is contained in:
parent
636a9fef83
commit
f32379a558
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user