From 95a3f432cd0a734065b20378fd618b999d211ae2 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 19 Nov 2007 09:27:08 +0000 Subject: [PATCH] *** empty log message *** --- src/perl/selection | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/perl/selection b/src/perl/selection index 61a54c8e..a48fedbd 100644 --- a/src/perl/selection +++ b/src/perl/selection @@ -50,10 +50,10 @@ 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