jskinner / DefaultPackages

Old bug tracker for Sublime Text's "Default Packages", e.g. bad syntax highlighting
http://web.archive.org/web/20150524043750/https://www.sublimetext.com/forum/viewtopic.php?f=2&t=12095
26 stars 2 forks source link

Python syntax highlighting error when [ inside of r"""string""" #173

Closed MartinThoma closed 8 years ago

MartinThoma commented 8 years ago

Minimal example:

r""" This is["""
seriously = '?'
FichteFoll commented 8 years ago

Fixed in dev channel. I think there is a similar issue already but I cba to look for it.

Edit: https://github.com/SublimeTextIssues/DefaultPackages/issues/158