- Add smart code snippets for
fun
try
andfor
- 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.
- Fix highlighting for backticks in imports
- Add highlighting for Kotlin in markdown documents
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
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
This version happened thanks to a community contribution.
Thanks to https://github.com/Jonatino
- Added const and typealias syntax highlighting
This version happened thanks to a community contribution.
Thanks to https://github.com/francis36012
- Fix issue of loading the Kotlin language file
- Updated for Kotlin 1.0