nishtahir / language-kotlin

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

Remove escape sequences from raw strings (Fixes #67) #69

Closed nishtahir closed 1 year ago

nishtahir commented 1 year ago

Looks like the issue is that we were processing escape sequences in raw strings. This should remove them