SublimeText / TrailingSpaces

Highlight trailing spaces and delete them in a flash.
MIT License
896 stars 94 forks source link

Use region.redish to highlight trailing spaces #133

Closed rchl closed 4 years ago

rchl commented 4 years ago

That color is better for the use case as it's gonna have a reliable red color. invalid scope can look like anything, depending on syntax and what not.

With this change the package will officially switch to only supporting ST3+.

Resolves #125