diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-07 13:58:34 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-07 13:58:34 +0100 |
commit | e61ba4cccfeddce5fe0f2b4a43cbd444861cf31e (patch) | |
tree | edc5e7a35d610f3d5ef2077eede48d392c6efedd /lisp | |
parent | fad04189a514f0d5dd1b2ec5d1958bc0d30b6695 (diff) |
add dash to handles regex
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
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))))) |