From 3f9aad5339082deb63a7aa386dcd2a4ed4229992 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 19 Nov 2007 09:29:46 +0000 Subject: [PATCH] *** empty log message *** --- src/perl/selection | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/perl/selection b/src/perl/selection index cff3e29c..932a0ab1 100644 --- a/src/perl/selection +++ b/src/perl/selection @@ -50,9 +50,9 @@ my @mark_patterns = ( qr{ (?]+) \> }x, - qr{ \( ([^)]+) \) }x, - qr{ \{ ([^}]+) \} }x, + qr{ \< ([^\>]+) \> }x, + qr{ \( ([^\)]+) \) }x, + qr{ \{ ([^\}]+) \} }x, qr{ \[ ([^\]]+) \] }x, # urls, just a heuristic -- 2.34.1