Sublime Forum

Python Syntax - code has outlines around it

#1

I don’t have any sort of find/search enabled. The lines that are highlighted are practically random. What is this from? The Syntax is set to Python. Also, there are these weird little red underlines here and there. The color scheme here is Cobalt, but its the same with all themes. Is there something wrong with my Python tmLanguage? I haven’t touched it… Just noticed this since downloading 2165.

0 Likes

#2

You have SublimeLinter installed. It is highlighting pep8 errors (errors in style, etc.). You can disable specific errors in your File Settings. Or you can disable python linting in SublimeLinter.

0 Likes

#3

Ahh I didn’t know the SublimeLinter worked for Python. What is it saying is wrong with those lines?

0 Likes

#4

It lists the name of the error in the status bar.

0 Likes