Commit graph

16 commits

Author SHA1 Message Date
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
0787feed82 Add alternative hash_header styles. 2020-09-20 18:31:03 -07:00
Ethan Dalool
87c4db9b4f Extend hash_header to 100 char line. 2020-09-19 10:41:56 -07:00
Ethan Dalool
25fa098874 Add on_pageload to webpage snippet. 2020-09-14 11:07:20 -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
Ethan Dalool
e99c1f0f42 Let of be same color as in. 2020-09-05 12:59:01 -07:00
Ethan Dalool
f1e9c886e8 Let let and const be same color as var. 2020-09-05 12:58:48 -07:00
Ethan Dalool
81f3c2f9bd Add tilde-strings to javascript tmlanguage. 2020-09-05 12:57:57 -07:00
Ethan Dalool
e380491d87 Add rf-strings to Python tmlanguage. 2020-09-05 12:57:14 -07:00
Ethan Dalool
59498ff0c0 Add pristine Python, javascript tmlanguage definitions. 2020-09-05 12:56:12 -07:00
Ethan Dalool
da69d132f8 Add ctrl+f9 for unique lines. 2020-08-31 21:55:22 -07:00
Ethan Dalool
d035399681 Initial migratory commit from voussoir/else. 2020-08-10 20:36:33 -07:00