Skip to content

Commit a95bb83

Browse files
committed
Update version to 1.6.0
1 parent c14ae1f commit a95bb83

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11

22
# Changelog
33

4+
## 1.6.0
5+
* Add smart code snippets for `fun` `try` and `for`
6+
* Add smart bracket matching and autoclosing pair
7+
* Add `external`, `sealed`, `reified`, `suspend`, `by` and other keywords
8+
* Add highlighting support for `::`, `?.` and `?:` operators
9+
* Add highlighting for annotations
10+
* Add comment region code folding support
11+
* Improve highlighting for classes and functions with better word boundries.
12+
413
## 1.5.0
514
* Fix highlighting for backticks in imports
615
* Add highlighting for Kotlin in markdown documents

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Kotlin",
33
"displayName": "Kotlin Language",
44
"description": "Kotlin language support for VS Code",
5-
"version": "1.5.0",
5+
"version": "1.6.0",
66
"publisher": "mathiasfrohlich",
77
"license": "Apache-2.0",
88
"scripts": {

0 commit comments

Comments
 (0)