Sublime Forum

Build 3114 Python strings with \ symbols displayed as incorrect

#1

Sublime 3114 shows strings with \ character as incorrect in Python files. Works fine in 3103. It’s needed for curing, so you can write strings like:
"Test Test \ Test Test"

0 Likes

#2

Please log an issue for it at https://github.com/sublimehq/Packages/issues and I’m sure someone will fix it soon :slight_smile:

0 Likes

#3

I’ve made a PR to fix this :slight_smile:

1 Like