Compare commits

..

No commits in common. '720a01140c0f93088b7d25172b3173e76b820bab' and '8ae28cb3599e83ac2b5574fcf84fa869b92ac082' have entirely different histories.

@ -5,4 +5,3 @@
PINK: 38 244 211 244 22
BOLD_WHITE: 38 -1 -1 -1 1
ITALIC_WHITE: 38 -1 -1 -1 3
UNDERLINE_WHITE: 38 -1 -1 -1 4

@ -1,13 +1,7 @@
# Priority decreases going downward ie. If two regexes match the same piece of
# text, the one defined earlier will take precedence over the one defined later.
# Headings
'^#{1,6}.*?$': MAGENTA
# Link text
'\[.*?\](?=\(.*?\))': UNDERLINE_WHITE
# Link URL
'https?://\w+\.\w+.*?(?=\))': RED
'##?#?#?#?#?.*': MAGENTA
# Code blocks
'```(.|\n)+?```': YELLOW

Loading…
Cancel
Save