mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-17 20:11:57 +02:00
Set kotlin highlighting to java
This commit is contained in:
@@ -9,7 +9,7 @@ Kotlin is a Statically typed programming language for the JVM, Android and the
|
|||||||
browser. It is 100% interoperable with Java.
|
browser. It is 100% interoperable with Java.
|
||||||
[Read more here.](https://kotlinlang.org/)
|
[Read more here.](https://kotlinlang.org/)
|
||||||
|
|
||||||
```kotlin
|
```java
|
||||||
// Single-line comments start with //
|
// Single-line comments start with //
|
||||||
/*
|
/*
|
||||||
Multi-line comments look like this.
|
Multi-line comments look like this.
|
||||||
|
Reference in New Issue
Block a user