- Kotlin Syntax
- Kotlin syntax highlighting for Nova.
-
6 Recent Installs6 Total Installs
Readme
Kotlin Syntax for Nova
Kotlin Syntax provides comprehensive syntax highlighting for Kotlin files in Nova editor.
Features
- ✨ Syntax highlighting for
.kt
and.kts
files - 🎯 Keywords, operators, and built-in types
- 📝 String templates and raw strings
- 💬 Comments and annotations
- 🏗️ Function and class declarations
- 🔧 Generics and lambda expressions
Language Support
This extension provides complete syntax highlighting for Kotlin including:
- Keywords and control structures
- Data types and type annotations
- String literals with template expressions
- Comments (line and block)
- Function declarations and calls
- Class and object declarations
- Annotations and metadata
- Generics and type parameters
- Lambda expressions and higher-order functions
Installation
- Open Nova
- Go to Extensions → Extension Library...
- Search for "Kotlin Syntax"
- Click Install
- Open any
.kt
or.kts
file - syntax highlighting works immediately!
Need More Features?
This extension focuses on syntax highlighting only. If you need Language Server Protocol (LSP) features like autocomplete, diagnostics, and go-to-definition, check out the full Kotlin extension which requires manual installation of kotlin-language-server.
Issues & Support
If you encounter any issues, please open an issue on GitHub.
Changelog
Version 1.0
Initial release
Version 1.0.1
Modified the README.md to show accurate information
Version 1.0.2
Fixed syntax recognition
Version 1.0.3
Used xml file that is required by Nova.