
# Changelog

## 1.6.0
* 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 boundries.

## 1.5.0
* Fix highlighting for backticks in imports
* Add highlighting for Kotlin in markdown documents


## 1.4.0
This version happened thanks to a community contribution.  
Thanks to https://github.com/Tommy1199, https://github.com/nishtahir, https://github.com/Shumatsu
* Introduce languageId kotlinscript for kts files
* Add expect and actual keywords

## 1.3.0
This version happened thanks to a community contribution.  
Thanks to https://github.com/sommd, http://github.com/vkostyukov  
* Update Kotlin language file to the latest one from https://github.com/vkostyukov/kotlin-sublime-package
* Add highlighting for `companion`, `interface`, `dynamic`, `===`, `!===`, `+=`, `-=`, `*=`, `/=` and `..`
* Remove highlighting for `trait`, `then` and `<>`
* Remove `.jetl` and `.jet` file extensions

## 1.2.0
This version happened thanks to a community contribution.  
Thanks to https://github.com/Jonatino  
* Added const and typealias syntax highlighting

## 1.1.0
This version happened thanks to a community contribution.  
Thanks to https://github.com/francis36012  
* Fix issue of loading the Kotlin language file

## 1.0.0
* Updated for Kotlin 1.0