Skip to content

Commit abda92b

Browse files
author
Matt Morrison
committed
Create 1.3.1.txt
1 parent 7ade270 commit abda92b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

messages/1.3.1.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Python Improved v1.3.1
2+
======================
3+
4+
This is primarily a maintenance release, mainly with bugfixes. Several Django-
5+
specific regexes were tweaked to either better match their intended targets, or
6+
in some cases to add items to be included in the upcoming 1.7 release. The new
7+
`constant.other.allcaps.python` from last release was tweaked to match `CONSTANT`,
8+
`class.CONSTANT` and the `CONSTANT` part of `CLASS.CONSTANT`, but not
9+
`CLASS.function()`, `class.FUNCTION()`, or `FUNCTION()`. Finally, the IPython
10+
In and Out statement regexes were modified to make the entire entity (for example,
11+
`In [12]: `) a single color, instead of just having the words `In` and `Out`
12+
colored green and red, respectively. This is more in line with the style in the
13+
IPython Notebook and terminal applications.
14+
15+
To take full advantage of the extra scopes included in Python Improved, check out
16+
the Neon Color Scheme at https://sublime.wbond.net/packages/Neon%20Color%20Scheme
17+
If you'd rather modify your own color scheme, a list of scopes is included in
18+
the README.md on GitHub at https://github.com/MattDMo/PythonImproved#readme
19+
20+
If you have any questions, comments, concerns, bugs, or patches, please open an
21+
issue or pull request on GitHub and I'll do what I can to help out. You can also
22+
email me directly at <[email protected]> or find me on Twitter at @MattDMo.
23+
This is definitely a work in progress, so if you'd like to contribute I'd love
24+
to hear from you!

0 commit comments

Comments
 (0)