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:50 +0100
commitee7905ec23a09db8917675e0f02fe047f0b812fb (patch)
tree7485771d5fe248eaed31b6262ad7435b505e141c
parent327bcc896e8307827502d41c6ac92f04ec649ebb (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)))))