Python Highlight breaks with multi-line comments
Reported by Michael Coyne | July 16th, 2011 @ 05:55 AM
When multi-line comments are at the top of a file (start a Line 1), Python highlighting will break
Examples (with line numbers next to it to further illustrate the issue:
1 """"
2 some comments
3 """"
4
5 def some_method():
6 pass
Comments and changes to this ticket
-
Michael Coyne July 16th, 2011 @ 06:01 AM
Actually, it seems it's not the comments but is instead the "Strip Trailing Spaces" plugins causes issues. You get an EOL error at the end of the multi-line comment (so line 3 in the above example)
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A programmer's text editor for Gnome.