vkostyukov / kotlin-sublime-package

Sublime Text 2 Package for Kotlin Programming Language
Apache License 2.0
137 stars 41 forks source link

Example::class results in mis-parsing #6

Closed sargunv closed 6 years ago

sargunv commented 8 years ago
fun foo() {
    val x  = Bar::class
    val y = hello
}

See that the second line of foo() is mis-highlighted.

vkostyukov commented 6 years ago

This hopefully fixed in #20.