nishtahir / language-kotlin

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

Syntax highlighting stops after string literal #8

Closed erikhuizinga closed 5 years ago

erikhuizinga commented 5 years ago

After a """string literal""" consisting of a string, syntax highlighting breaks:

val foo = """"bar"""" // This is a string in a string: "bar"
val baz = "qux" // From here onward highlighting isn't working properly
nishtahir commented 5 years ago

Should be resolved in the next linguist deployment.