|
| 1 | +Python Improved v2.2.0 |
| 2 | +====================== |
| 3 | + |
| 4 | +Another tmLanguage-only release. I'm working on a sublime-syntax version, but it's |
| 5 | +just not ready for prime time yet. The regex engine is changing under my feet, and |
| 6 | +there have been a ton of changes to the regular Python.sublime-syntax that ships |
| 7 | +with Sublime (not all of them good, IMHO), so you may want to check it out. Come |
| 8 | +back, though! :) |
| 9 | + |
| 10 | +Changes/improvements in this release: |
| 11 | +To keep things consistent, the Ruby character properties (`\p{Alnum}`, `\p{Digit}` |
| 12 | +for example) have been replaced with Unicode character classes (`[:alnum:]`, |
| 13 | +`[:digit:]`) for better compatibility with Sublime's new regex engine (not sure |
| 14 | +if it applies to tmLanguages, though.) Fixed builtin_types to allow for space(s) |
| 15 | +before the negative lookahead. Fixed line ending regex for comments and decorators |
| 16 | +to not highlight to very right side of view if a background color is used. Added |
| 17 | +Comments.tmPreferences so that Ctrl-/ or Cmd-/ adds a regular `# ` comment, and |
| 18 | +Ctrl-Shift-/ or Cmd-Shift-/ adds a triple-quoted """docstring""". Made a few tweaks |
| 19 | +to the regular expressions syntax. |
| 20 | + |
| 21 | +To take full advantage of the extra scopes included in Python Improved, check out |
| 22 | +the Neon Color Scheme at https://packagecontrol.io/packages/Neon%20Color%20Scheme |
| 23 | +If you'd rather modify your own color scheme, a list of scopes is included in |
| 24 | +the README.md on GitHub at https://github.com/MattDMo/PythonImproved#readme |
| 25 | + |
| 26 | +If you have any questions, comments, concerns, bugs, or patches, please open an |
| 27 | +issue or pull request on GitHub and I'll do what I can to help out. You can also |
| 28 | +email me directly at < [email protected]> or find me on Twitter at @MattDMo. |
| 29 | +This is definitely a work in progress, so if you'd like to contribute I'd love |
| 30 | +to hear from you! |
0 commit comments