From 22fd97014e7988a1816a55716c3b35be87a300c5 Mon Sep 17 00:00:00 2001 From: duff Date: Tue, 2 Aug 2005 17:22:02 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=C2=A0changed=20*=20to=20+=20in=20rege?= =?UTF-8?q?xp=20match=20to=20avoid=20zero-width=20matches?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@1407 dfb7d73b-c2ec-0310-8fea-fb051d288c6d --- Syntaxes/JavaScript.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Syntaxes/JavaScript.plist b/Syntaxes/JavaScript.plist index 0b3fcb5..5f77436 100644 --- a/Syntaxes/JavaScript.plist +++ b/Syntaxes/JavaScript.plist @@ -199,7 +199,7 @@ match - [^/]* + [^/]+ name string.regexp.js