Commit Graph

7 Commits (ec48e57d0b0ef578de69e56d62a9f5ff4e532732)

Author SHA1 Message Date
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