nishtahir / language-kotlin

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

Char literals are not properly treated as characters. #36

Closed Animeshz closed 3 years ago

Animeshz commented 3 years ago

The Char literals under the single inverted comma (') are not properly parsed, they seem to get red highlighted as they look like a operator. And in some cases such as escaping, they destroy highlighting of whole file.

Potential solution: They should be treated similar to String literals and highlighted as dark blue colors (#032f62).