Don’t expand ‘thm’ in the middle of a word (e.g. ‘algorithm’)
- ID
66d9b7a- date
2024-11-02 23:31:02+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
802ec6e- message
Don't expand 'thm' in the middle of a word (e.g. 'algorithm')- changed files
1 file, 1 addition, 1 deletion
Changed files
create_snippets.py (7671) → create_snippets.py (7673)
diff --git a/create_snippets.py b/create_snippets.py
index 87afbff..49cd19d 100755
--- a/create_snippets.py
+++ b/create_snippets.py
@@ -97,7 +97,7 @@ SNIPPETS = {
"spose": "suppose",
"Spose": "Suppose",
"stdlib": "standard library",
- "thm": "theorem",
+ " thm": " theorem",
"w/b": "week beginning",
"w/e": "week ending",
"w/o": "without",