Nova

Extensions


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

  1. Open Nova
  2. Go to Extensions → Extension Library...
  3. Search for "Kotlin Syntax"
  4. Click Install
  5. 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.