Kotlin
kotlin-mode adds Kotlin language support to Lem.
It features:
- Syntax highlighting: Keywords (hard, soft, modifier), types, annotations, strings with interpolation, comments (line, block, KDoc)
- LSP support: configured for kotlin-language-server with Gradle/Maven project detection
- Navigation:
beginning-of-defun/end-of-defunfor function navigation - Indentation: automatic indentation calculation
- Electric close: auto-indent on closing brackets