mathiasfrohlich / vscode-kotlin

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

Syntax highlighting problem with if expression #39

Closed immiel closed 5 years ago

immiel commented 5 years ago

There seems to be a problem when highlighting this code. For some reason, after min function, the comments and the function below seem to break image

After further testing, the issue exist in the if statement. image image

immiel commented 5 years ago

The issue is related to this one #31