Hi all,
It seems that Sublime3 improperly interprets escaped triple quotes
For example, such construction
''' \''' some text \''' '''
is interpreted as string by Python2 (havent tested with Python3), but Sublime3 marks it as code inside quotes, and multiline strings after last triple quotes (where code should be)
Regards,
Anton