nishtahir / language-kotlin

Textmate language grammar for the Kotlin programming language
Apache License 2.0
12 stars 6 forks source link

Single quoted double quote breaks highlight #10

Closed TWiStErRob closed 5 years ago

TWiStErRob commented 5 years ago

Originally reported at https://github.com/github/linguist/issues/4361

'"' seems to start a new String literal, instead of being recognized as a character literal. See how most of the code is blue: https://github.com/holgerbrandl/kscript/blob/c9f515ed3bb7855dd325b35672311e803aa9312a/src/main/kotlin/kscript/app/Script.kt#L166

image

nishtahir commented 5 years ago

Should be resolved in the next linguist deployment.

TWiStErRob commented 5 years ago

Nice, thanks!