Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.07 KB

npp-kotlin-gradle

Kotlin and Gradle support for notepad++

Kotlin language support for Notepad++

Features

  • Syntax highlighting
  • Simple autocomplete

Supported color schemes

  • Notepad++ Default
  • Darcula(based on dark theme from JetBrains IDEs, Notepad++ Darcula theme is recommended)

Installation

Syntax highlighter
  1. Choose and download appropriate .xml file(according to your theme preferences).
  2. Open Language menu and choose "Define user language...".
  3. Click import and choose language .xml file.
  4. Restart Notepad++, newly added language will be shown at the bottom of the Language menu.
Autocomplete
  1. Take Kotlin.xml file.
  2. If you want to use autocomplete for Kotlin on Darcula theme, rename it to Kotlin_Darcula.xml
  3. Copy to c:\Program Files\Notepad++\plugins\APIs.
  4. Restart Notepad++.

Gradle DSL support for Notepad++

Keyword list based on gist

Installation same as for Kotlin.