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

PythonImproved 3.0 work has officially started... with this tracking issue. Gotta start somewhere. - [ ] Move completely to [`.sublime-syntax`](https://www.sublimetext.com/docs/3/syntax.html) ([unofficial docs](http://docs.sublimetext.info/en/latest/extensibility/syntaxdefs.html)). The `.YAML-tmLanguage` files can be renamed `.sublime-syntax` without...

enhancement-proposal
3.0

Hi, I'm trying to make a parser that will create a html div of some code to put into blogs and for it to look like sublime's formatting. I manually...

[PEP-0498](https://www.python.org/dev/peps/pep-0498/) is due to be implemented in Python 3.6, which is scheduled to be released in December 2016. The PEP describes a new string formatting method, aside from the previously-existing...

enhancement
enhancement-proposal

The main tmLanguage file refers to the regex file but sublime does load the the file. It shows the following message: > Error loading scope:source.regexp.python.improved: Unable to find syntax file...

### 1. Behavior before pull request See **#70**. ### 2. Behavior after pull request ![After](http://i.imgur.com/HnRd4c4.png) Thanks.

### 1. Summary Sometimes I get for first letters of words another scopes. ### 2. Settings For example, I edit [**file `color_theme.py`**](https://github.com/dreadatour/Flake8Lint/blob/master/color_theme.py), [**lines 13—26**](https://github.com/dreadatour/Flake8Lint/blob/master/color_theme.py#L13-L26). ### 3. Expected behavior The same...

Hi! I have created a custom theme and syntax highlighting for linguistic purposes that work very well — they change text color according to rather complex regexes. However, I want...

I have the following (ugly) statement ``` Python arrays = sorted(filter( lambda x: not any(y for y in ['NOMON', 'NEW'] if y in x) and any(y for y in ['-AN',...

The caret goes to zero position on the next line after function definition. I'm expecting an indentation to be added by default. ![screen shot 2016-09-06 at 00 01 16](https://cloud.githubusercontent.com/assets/4500/18256967/73fe7454-73cd-11e6-94ba-829cb70a9203.png) I...

Scope the BUG/FIXME/TODO/XXX comments using the `meta.toc-list` paradigm so they show up in the Goto Symbol dropdown. [This](https://github.com/MattDMo/PythonImproved/blob/5b1b196e71bf4524c3886221c1656bca8a212efe/PythonImproved.YAML-tmLanguage#L607-L617) is the relevant section of the `YAML-tmLanguage` file.

enhancement