vscode-kotlin
vscode-kotlin copied to clipboard
add `lateinit` support
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 the possible matches for storage modifiers to have it properly highlighted
Can we get this merged?