summaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'format.c')
-rw-r--r--format.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/format.c b/format.c
index 755aeb2..f6bf81e 100644
--- a/format.c
+++ b/format.c
@@ -94,6 +94,7 @@ static xs_str *format_line(const char *line, xs_list **attach)
94 "`[^`]+`" "|" 94 "`[^`]+`" "|"
95 "~~[^~]+~~" "|" 95 "~~[^~]+~~" "|"
96 "\\*\\*?\\*?[^\\*]+\\*?\\*?\\*" "|" 96 "\\*\\*?\\*?[^\\*]+\\*?\\*?\\*" "|"
97 ":.+:" "|" //emotes
97 "_[^_]+_" "|" //anzu 98 "_[^_]+_" "|" //anzu
98 "__[^_]+__" "|" //anzu 99 "__[^_]+__" "|" //anzu
99 "!\\[[^]]+\\]\\([^\\)]+\\)" "|" 100 "!\\[[^]]+\\]\\([^\\)]+\\)" "|"