mathiasfrohlich / vscode-kotlin

Kotlin language support for VS Code
Apache License 2.0
201 stars 21 forks source link

add `lateinit` support #34

Open nlbuescher opened 5 years ago

nlbuescher commented 5 years ago

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

laurentlb commented 2 years ago

Can we get this merged?