Skip to content

Commit 9769237

Browse files
committed
kotlin-mode
1 parent 404c607 commit 9769237

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

content/en/modes/kotlin.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Kotline
3+
---
4+
5+
`kotlin-mode` adds Kotlin language support to Lem.
6+
7+
It features:
8+
9+
- **Syntax highlighting**: Keywords (hard, soft, modifier), types, annotations, strings with interpolation, comments (line, block, KDoc)
10+
- **LSP support**: configured for kotlin-language-server with Gradle/Maven project detection
11+
- **Navigation**: `beginning-of-defun` / `end-of-defun` for function navigation
12+
- **Indentation**: automatic indentation calculation
13+
- **Electric close**: auto-indent on closing brackets

0 commit comments

Comments
 (0)