PythonImproved icon indicating copy to clipboard operation
PythonImproved copied to clipboard

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.

Results 17 PythonImproved issues
Sort by recently updated
recently updated
newest added

Currently, README states: > It includes support for both Python 2 and Python 3, and unlike any other Python syntax definition now fully supports Unicode identifiers anywhere in your code!...

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

enhancement

I loaded this piece of code into ST3 and when the following text was parsed as a raw string it caused a major coloring error. I guess it fails out...

bug

[`.sublime-syntax`](https://www.sublimetext.com/docs/3/syntax.html) files are a huge improvement over `.tmLanguage` ones, although [`AAAPackageDev`](https://packagecontrol.io/packages/AAAPackageDev) has made editing them much easier. Unfortunately, only the [dev builds](http://sublimetext.com/3dev) support the format at the moment. However, at...

discussion
enhancement-proposal

Do you think it makes sense to include Cython keywords/syntax in this project? I've been mixing cython into my Python code and PythonImproved is orders of magnitude better than TextMate's...

feedback
enhancement-proposal

I only noticed this because my color scheme apparently defines a different color for `keyword.control.import`. The issue is that the keywords `from` and `as` are always matched as the above,...

bug

![screenshot from 2014-07-08 21 58 15](https://cloud.githubusercontent.com/assets/4944562/3520020/d6d2a1de-0725-11e4-8113-fcf0abb87916.png) The above expression is valid and working, but, I believe, PI highlights it incorrectly.