Commit Graph

10 Commits (31645f5ce542c087b1208e48cb71d4057085d147)

Author SHA1 Message Date
voussoir 40991e0a95
Remove comma="expected colon" rule from dictionaries.
Because set literals don't need colons.
2021-08-24 23:40:36 -07:00
voussoir e358a26480
Make print purple instead of blue by making it a keyword again.
I've been looking at purple print statements for seven years now so
the shift to builtin-blue was jarring to me. Also, this syntax made
print look purple before putting the parens on, then blue after,
which made it even more unpleasant.
2021-08-24 23:40:05 -07:00
voussoir abb9825c22
Copy Sublime 3+ python.sublime-syntax file. 2021-08-24 23:38:27 -07:00
Ethan Dalool 4d1cb31f48 Add coloring for nonlocal. 2020-10-06 23:02:59 -07:00
Ethan Dalool 02cbad8603 Move decimal back below float. Turns out order is important.
My order broke the coloring of floats because it was coloring
the whole and decimal separately.
2020-09-28 20:16:41 -07:00
Ethan Dalool 802f478a1c Add binary literals. 2020-09-23 15:55:20 -07:00
Ethan Dalool 14b4674929 Add o to octal literals, use [Xx] instead of ?i:. 2020-09-23 15:54:28 -07:00
Ethan Dalool 60722a3126 Remove Long literals. 2020-09-23 15:52:07 -07:00
Ethan Dalool eb95355f95 Add a bunch of newlines so I can actually read this file.
At least a little bit.
2020-09-23 15:44:16 -07:00
Ethan Dalool 9e9d794c7d Move Python and javascript tmlangs to their own folders.
So that drag-dropping all these folders into your sublime packages
overwrites those two lang files properly.
2020-09-07 11:51:49 -07:00