aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-07 13:58:34 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-07 13:58:34 +0100
commite61ba4cccfeddce5fe0f2b4a43cbd444861cf31e (patch)
treeedc5e7a35d610f3d5ef2077eede48d392c6efedd
parentfad04189a514f0d5dd1b2ec5d1958bc0d30b6695 (diff)
add dash to handles regex
-rw-r--r--lisp/mastodon-toot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 60cc4da..7a40354 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -1217,7 +1217,7 @@ Added to `after-change-functions'."
(mastodon-toot--propertize-item "#[1-9a-zA-Z_]+"
'success
(cdr header-region))
- (mastodon-toot--propertize-item "@[1-9a-zA-Z._]+"
+ (mastodon-toot--propertize-item "@[1-9a-zA-Z._-]+"
'mastodon-display-name-face
(cdr header-region)))))