Skip to content

Commit

Permalink
punctuation: modify list of stuff to bolden
Browse files Browse the repository at this point in the history
  • Loading branch information
N-R-K committed May 14, 2023
1 parent 28bd2a0 commit 95a650b
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions punctuation.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,10 @@
prefix = sys.argv[1]

glyphs = [
# "colon", "comma", "period", "semicolon",
"exclam", "quotedbl", "numbersign",
"dollar", "percent", "ampersand",
"quotesingle", "parenleft", "parenright",
"asterisk", "plus", "comma", "hyphen",
"period", "slash", "colon", "semicolon",
"less", "equal", "greater", "question",
"at", "bracketleft", "backslash",
"bracketright", "asciicircum",
"underscore", "grave", "braceleft",
"bar", "braceright", "asciitilde",
"exclam", "ampersand", "parenleft", "parenright", "asterisk", "plus",
"comma", "hyphen", "period", "slash", "colon", "semicolon", "less",
"equal", "greater", "question", "bracketleft", "backslash", "bracketright",
"asciicircum", "braceleft", "bar", "braceright", "asciitilde",
]

pairs = [
Expand Down

0 comments on commit 95a650b

Please sign in to comment.