All Versions
9
Latest Version
Avg Release Cycle
121 days
Latest Release
1205 days ago
Changelog History
Changelog History
-
v1.7.1 Changes
February 11, 2020๐ Fix "Syntax highlighting breaks after < and <= operators"
-
v1.7.0 Changes
October 26, 2018- ๐ Use new grammar for syntax highlighting sourced from nishtahir/language-kotlin
- โก๏ธ Update snippets
-
v1.6.0 Changes
March 12, 2018๐ Changelog
- โ 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 boundaries.
๐ฆ Thanks to @belyaev-mikhail for contributions that made its way here.
- โ Add smart code snippets for
-
v1.5.0 Changes
February 18, 2018๐ 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
-
v1.4.0 Changes
January 17, 2018๐ Changelog
- Introduce languageId kotlinscript for
*.kts
files - โ Add
expect
andactual
keywords
Thanks to
- Introduce languageId kotlinscript for
-
v1.3.0 Changes
February 17, 2018๐ 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
-
v1.2.0 Changes
February 17, 2018This version happened thanks to a community contribution.
Thanks to https://github.com/Jonatino- โ Added const and typealias syntax highlighting
-
v1.1.0 Changes
February 17, 2018This version happened thanks to a community contribution.
Thanks to https://github.com/francis36012- ๐ Fix issue of loading the Kotlin language file
-
v1.0.0 Changes
February 17, 2018๐ Changelog
๐ Base syntax support.