Sublime Forum

Python Syntax Highlighting Bug

#1

In this code

def __init__(self, param1, #Comment param2): #Comment self.param1 = param1 self.param2 = param2

In IDLE, both comments are highlighted and throw no syntax errors. In Sublime, only the comment on param2 is highlighted.

I didn’t know who to report this to so I announced it here.

0 Likes