Closed TWiStErRob closed 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
'"'
Should be resolved in the next linguist deployment.
Nice, thanks!
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