54458b3288
Remove italics from string prefix.
2021-08-24 23:51:20 -07:00
5ca0354920
Fix def back to blue from purple.
2021-08-24 23:48:57 -07:00
9334e9bd12
Fix docstring color back to yellow from gray.
2021-08-24 23:48:23 -07:00
bf2df79dbb
Don't underline class names.
2021-08-24 23:46:15 -07:00
2aadaced90
Make fstrings yellow again, instead of white.
...
I don't like the inline white.
2021-08-24 23:44:55 -07:00
11c7c283a5
Update sublime-settings with new ST4 keys.
2021-08-24 23:44:27 -07:00
16ca481156
Turn off icons in the left bar.
2021-08-24 23:43:40 -07:00
80da4437e4
Set tab font size, which had a different default in ST4.
2021-08-24 23:43:28 -07:00
ec48e57d0b
Move some keys that I had left in my user file.
2021-08-24 23:43:00 -07:00
9b5f3c4742
Let ctrl+shift+b expand selection to brackets.
2021-08-24 23:42:45 -07:00
40991e0a95
Remove comma="expected colon" rule from dictionaries.
...
Because set literals don't need colons.
2021-08-24 23:40:36 -07:00
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
abb9825c22
Copy Sublime 3+ python.sublime-syntax file.
2021-08-24 23:38:27 -07:00
087617bc9e
Add /css, /js subdirectories to webpage snippet.
2021-08-17 16:00:34 -07:00
11ef6504bb
Add import sys to ifmain, defmain.
2021-08-12 16:40:37 -07:00
3876e7b02a
Use named argument for main_decorator.
2021-08-01 16:11:29 -07:00
Ethan Dalool
886ab74a15
Improve usage readme.
2021-07-16 19:39:41 -07:00
3f357438e6
Fix webpage snippet doctype.
2021-07-01 15:52:04 -07:00
aa816f38e6
Update snippets.
2021-06-21 23:06:35 -07:00
b78fb6bff8
Fix highlighting of getElementsByClassName.
2021-06-03 17:49:00 -07:00
568323bbc9
Fix some boilerplate snippets.
2021-05-26 21:38:01 -07:00
77349d63a8
Darken tabset.
2021-05-18 17:39:44 -07:00
addb14af48
Add voussoir_theme.
2021-05-17 16:33:41 -07:00
a8b09945f8
Add voussoir.tmTheme.
...
It's just monokai with a black background.
2021-05-17 16:20:48 -07:00
d1715baf9b
Set distraction-free word wrap true.
2021-05-17 16:18:56 -07:00
4223b06c5c
Ignore cache files.
2021-05-16 21:10:58 -07:00
d11a609cf8
Migrate scripts to main_level_by_argv.
2021-05-16 21:09:39 -07:00
42c784ada6
Update boilerplate snippets.
2021-05-14 17:56:43 -07:00
bc45143dbf
Update and unify my boilerplate snippets.
2021-05-07 20:06:11 -07:00
1d48427f72
Add operatornotify snippet.
2021-05-07 20:06:02 -07:00
1b15bdc381
Normalize sublime snippets by removing comments, indenting.
2021-05-06 18:37:20 -07:00
f5df7b4dda
Use vlogging's main_fallback name feature in snippets.
2021-01-28 16:52:23 -08:00
eadffcfdd2
Add vlogging.sublime-snippet.
2021-01-23 17:42:12 -08:00
f482b3dab9
Improve argparse, betterhelp snippets.
2021-01-14 02:30:40 -08:00
6f9ec9a003
Add separate hotkey for comment lines in javascript.
2021-01-01 18:33:48 -08:00
9d8a37d9bc
Add Mirrors header.
2020-12-23 19:56:19 -08:00
191cb4d0b4
Add codeberg to mirror list.
2020-12-15 23:05:22 -08:00
af18db361b
Delete pipeablemain snippet.
2020-12-15 13:11:20 -08:00
e7972a4749
Add readme.
2020-12-07 01:05:03 -08:00
6acadee16f
Unbind default "build" hotkeys.
2020-11-26 18:22:21 -08:00
Ethan Dalool
b9b8390753
Add alertresponse2.
2020-11-08 19:25:22 -08:00
Ethan Dalool
ca6e1ea0bc
Add 'alertresponse' snippet.
2020-10-30 18:55:45 -07:00
Ethan Dalool
0d72593ea1
Add 'subparser' snippet.
2020-10-30 18:55:09 -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
0787feed82
Add alternative hash_header styles.
2020-09-20 18:31:03 -07:00