repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 7e2b25977dbaf0214b93639d690738abdab05e10: path_to: revision_to:
commit 7e2b25977dbaf0214b93639d690738abdab05e10 Author: Marc LehmannDate: Mon Nov 19 09:13:47 2007 +0000 *** empty log message *** diff --git a/src/perl/selection b/src/perl/selection
--- a/src/perl/selection
+++ b/src/perl/selection
@@ -34,11 +34,14 @@ sub on_init {
# "find interesting things"-patterns
my @mark_patterns = (
+ qr{ ([[:word:]]+) }x,
+ qr{ ([^[:space:]]+) }x,
+
# common types of "parentheses"
- qr{ (?[:space:]]+) \> }x,
qr{ \{ ([^{}[:space:]]+) \} }x,
qr{ \[ ([^{}[:space:]]+) \] }x,
-----END OF PAGE-----