aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.rs b/main.rs
index 84a51fb..8be302c 100644
--- a/main.rs
+++ b/main.rs
@@ -283,7 +283,8 @@ mod tw {
'@', '#', '$', '%', '^',
'&', '*', '(', ')', '-',
'=', '{', '}', '|', ':',
- '"', '<', '>', '?', '`'
+ '"', '<', '>', '?', '`',
+ ' ' // forgot this initially. awkward.
][..])
.filter(|x| x.starts_with("@") && x.len() > 1)
.collect()