We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1790339 commit 0621cacCopy full SHA for 0621cac
Kotlin-1.1.0.vsix
14.1 KB
README.md
@@ -32,6 +32,11 @@ This version happened thanks to a community contribution.
32
Thanks to https://github.com/francis36012
33
* Fix issue of loading the Kotlin language file
34
35
+### Version 1.2.0
36
+This version happened thanks to a community contribution.
37
+Thanks to https://github.com/Jonatino
38
+* Added const and typealias syntax highlighting
39
+
40
## Credits
41
42
* [Visual Studio Code](https://code.visualstudio.com/)
package.json
@@ -2,7 +2,7 @@
2
"name": "Kotlin",
3
"displayName": "Kotlin Language",
4
"description": "Kotlin language support for VS Code",
5
- "version": "1.1.0",
+ "version": "1.2.0",
6
"publisher": "mathiasfrohlich",
7
"license": "SEE LICENSE IN LICENSE or README.MD",
8
"engines": {
0 commit comments