MattDMo / PythonImproved

The best Python language definition for Sublime Text - ever. Includes full support for Unicode, as well as both Python 2 and Python 3 syntax. Check out the Neon Color Scheme for highlighting.
https://packagecontrol.io/packages/Python%20Improved
MIT License
93 stars 11 forks source link

Syntax highlighting error when [ inside of r"""string""". #59

Closed MartinThoma closed 8 years ago

MartinThoma commented 8 years ago

Minimal example:

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

Duplicate of #34

MartinThoma commented 8 years ago

See also: https://github.com/SublimeTextIssues/DefaultPackages/issues/173