We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404c607 commit 9769237Copy full SHA for 9769237
1 file changed
content/en/modes/kotlin.md
@@ -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