timothycrosley / deprecated.frosted

A simple program which checks Python source files for errors.
MIT License
250 stars 23 forks source link

wrong PythonSyntaxError keyword #38

Closed Shura1oplot closed 10 years ago

Shura1oplot commented 10 years ago

Keyword indicates what word in the line of source code should be highlighted. PythonSyntaxError has constant keyword 'syntax'. This keyword has no relation with the line of source code. I think PythonSyntaxError keyword should be empty string.

timothycrosley commented 10 years ago

Thanks for pointing this out! I've released version 1.3.2 to address this issue, and I've added you to the contributor file.

~Timothy