From 590a0860bf6b7d5515fdbff77d82063b00fbaaa6 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 19 Nov 2007 09:31:06 +0000 Subject: [PATCH] *** empty log message *** --- src/perl/selection | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/perl/selection b/src/perl/selection index 5e1a0eb4..d9a58d04 100644 --- a/src/perl/selection +++ b/src/perl/selection @@ -42,18 +42,18 @@ my @mark_patterns = ( qr{ (?]+) \> }x, - qr{ \( ([^\)]+) \) }x, - qr{ \{ ([^\}]+) \} }x, - qr{ \[ ([^\]]+) \] }x, + qr{ \{ ([^\{\}]+) \} }x, + qr{ \( ([^\(\)]+) \) }x, + qr{ \[ ([^\[\]]+) \] }x, + qr{ \< ([^\<\>]+) \> }x, # urls, just a heuristic qr{( -- 2.34.1