Skip to content

Releases: mathiasfrohlich/vscode-kotlin

1.7.1

11 Feb 17:14
090fe4c
Compare
Choose a tag to compare

Fix "Syntax highlighting breaks after < and <= operators"

1.7.0

26 Oct 12:40
Compare
Choose a tag to compare
  • Use new grammar for syntax highlighting sourced from nishtahir/language-kotlin
  • Update snippets

1.6.0

12 Mar 01:31
Compare
Choose a tag to compare

Changelog

  • Add smart code snippets for fun try and for
  • Add smart bracket matching and autoclosing pair
  • Add external, sealed, reified, suspend, by and other keywords
  • Add highlighting support for ::, ?. and ?: operators
  • Add highlighting for annotations
  • Add comment region code folding support
  • Improve highlighting for classes and functions with better word boundaries.

Thanks to @belyaev-mikhail for contributions that made its way here.

1.5.0

18 Feb 15:31
Compare
Choose a tag to compare

Changelog

  • Fix highlighting for backticks in imports
  • Add highlighting for Kotlin in markdown documents

Thanks to the following contributors that helped make this release possible

1.4.0

17 Jan 17:40
Compare
Choose a tag to compare

Changelog

  • Introduce languageId kotlinscript for *.kts files
  • Add expect and actual keywords

Thanks to

1.3.0

17 Feb 18:49
Compare
Choose a tag to compare

Changelog

  • Update language file based on the latest from the sublime text package
  • Add highlighting for companion, interface, lateinit, dynamic ===, !===, +=, -=, *=, /= and others..
  • Remove highlighting for trait, then and <>
  • Remove .jetl and .jet file extensions

Thanks to

1.2.0

17 Feb 19:26
Compare
Choose a tag to compare

Changelog

  • Added const and typealias syntax highlighting

Thanks to

1.1.0

17 Feb 19:29
Compare
Choose a tag to compare

Changelog

Fix path reference to grammar file

1.0.0

17 Feb 19:18
Compare
Choose a tag to compare

Changelog

Base syntax support.