MattDMo / PythonImproved

The best Python language definition for Sublime Text - ever. Includes full support for Unicode, as well as both Python 2 and Python 3 syntax. Check out the Neon Color Scheme for highlighting.
https://packagecontrol.io/packages/Python%20Improved
MIT License
93 stars 11 forks source link

Use with sublimelinter #14

Open seriley opened 10 years ago

seriley commented 10 years ago

Add procedures to README for users that also use SublimeLinter and/or any other packages that look for Python, not Python Improved

MattDMo commented 10 years ago

sure, I can do that. Since I don't use SublimeLinter that often, which changes need to be made in order for it to work?

seriley commented 10 years ago

Oh. I stopped using it because of some stability problems, but let me load it back up and figure out what to send you

I thought it would be worth your while as many seem to use the linter

On Jul 8, 2014, at 4:43 PM, Matt Morrison notifications@github.com wrote:

sure, I can do that. Since I don't use SublimeLinter that often, which changes need to be made in order for it to work?

— Reply to this email directly or view it on GitHub.

seriley commented 10 years ago

Matt,

This worked for me to get python improved set up for sublimelinter3, sublimelinter-flake8, flake8 I would add a note that they need to follow the instructions to get the linter working with python first. Then:

1. Open this SublimeLinter.sublime-settings file: Preferences->Package Settings->SublimeLinter->Settings - User
2. add the following entry to {“user”: { …, “syntax_map”: {…, “pythonimproved”: “python”}, …,}}

That was all I had to do

regards and thanks for your efforts

Steve

On Jul 8, 2014, at 4:43 PM, Matt Morrison notifications@github.com wrote:

sure, I can do that. Since I don't use SublimeLinter that often, which changes need to be made in order for it to work?

— Reply to this email directly or view it on GitHub.

LeonardoGentile commented 8 years ago

@seriley that worked for me, thanks!