From 95f61930805d033067f11a42ed6f3e3885a79511 Mon Sep 17 00:00:00 2001 From: duff Date: Sun, 9 Apr 2006 21:31:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=C2=A0all=20single=20line=20comments,?= =?UTF-8?q?=20bullet=20points=20(plain=20text),=20and=20quoted=20lines=20(?= =?UTF-8?q?mail)=20now=20optionally=20match=20the=20newline=20character=20?= =?UTF-8?q?=E2=80=94=20this=20is=20so=20that=20when=20the=20caret=20is=20a?= =?UTF-8?q?t=20the=20end=20of=20the=20line,=20the=20scope=20is=20still=20t?= =?UTF-8?q?hat=20of=20=E2=80=9Cthe=20line.=E2=80=9D=20This=20is=20so=20key?= =?UTF-8?q?=20equivalents=20bound=20to=20a=20given=20scope=20(like=20the?= =?UTF-8?q?=20=E2=80=98enter=E2=80=99=20key)=20also=20work=20when=20typing?= =?UTF-8?q?=20at=20the=20end=20of=20the=20line,=20which=20would=20be=20exp?= =?UTF-8?q?ected.?= 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@2977 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 c20ae68..4c17275 100644 --- a/Syntaxes/JavaScript.plist +++ b/Syntaxes/JavaScript.plist @@ -107,7 +107,7 @@ match - //.*$ + //.*$\n? name comment.line.double-slash.js