vscode-kotlin
vscode-kotlin copied to clipboard
Kotlin language support for VS Code
The variable gets wrongly highlighted as it follows 
I have not used this plugin before but according to this fix https://github.com/mathiasfrohlich/vscode-kotlin/issues/6 I would expect that the following section is highlighted in the editor of an `.md` file: ```kotlin...
I removed the builtin-classes import because it doesn't references anything.
adds `lateinit` keyword to the list of storage modifiers (storage.modifier.kotlin) The lateinit keyword isn't currently being highlighted in vscode, because it's not in the grammar. This simply adds it to...
Issue Type: Bug The Kotlin syntax for a double-quote char literal is `'"'`. Enter this by typing '"'. This syntax is highlighted incorrectly in vscode. It's highlighted as if the...
For example, the code `ssid.trim('"')` will break it. See the image attached. 
First, look at the following. You can see that the text after the code block is affected by syntax highlighting. I found that the same thing happens when we write...
As of Kotlin 1.3, unsigned datatypes** in common/jvm/native: ** UInt, UIntArray, ULong, etc., etc.
 As you can see, it is confused by comments. Also sometimes happens in other situations: 
 