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
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