diff options
Diffstat (limited to 'format.c')
| -rw-r--r-- | format.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 | "!\\[[^]]+\\]\\([^\\)]+\\)" "|" |