From 8e51a1f42ff91d4584f7283164f7b1944ada0fc8 Mon Sep 17 00:00:00 2001 From: duff Date: Thu, 21 Apr 2005 07:08:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=20Added=20scopeName=20key=20to=20all?= =?UTF-8?q?=20languages.=20Most=20of=20them=20as=20source..=20?= =?UTF-8?q?=E2=80=A2=20Added=20a=20language=20for=20plain=20text=20files,?= =?UTF-8?q?=20currently=20just=20markups=20bullet=20points=20(so=20I=20can?= =?UTF-8?q?=20continue=20these=20on=20'enter'=20using=20a=20scoped=20snipp?= =?UTF-8?q?et).=20=E2=80=A2=20Added=20a=20new=20=E2=80=9CfirstLineMatch?= =?UTF-8?q?=E2=80=9D=20key=20to=20Perl,=20Ruby,=20and=20Shell=20languages.?= =?UTF-8?q?=20=E2=80=A2=20The=20C/Objective-C=20languages=20use=20the=20sc?= =?UTF-8?q?opeName=20in=20their=20include=20directives,=20this=20doesn't?= =?UTF-8?q?=20work=20for=20beta=205.=20=E2=80=A2=20Ruby=20now=20includes?= =?UTF-8?q?=20=E2=80=9Csource.ruby=E2=80=9D=20when=20using=20#{=20...=20}?= =?UTF-8?q?=20in=20strings.=20=E2=80=A2=20Added=20capture=20names=20to=20a?= =?UTF-8?q?=20few=20languages=20(objective-c=20methods,=20though=20it's=20?= =?UTF-8?q?not=20very=20consistant,=20we'll=20need=20to=20discuss=20how=20?= =?UTF-8?q?to=20split=20up=20functions=20and=20name=20the=20various=20part?= =?UTF-8?q?s).=20=E2=80=A2=20Removed=20plist=20filetype=20from=20XML,=20as?= =?UTF-8?q?suming=20that=20people=20loading=20a=20plist=20into=20a=20text?= =?UTF-8?q?=20editor=20would=20generally=20use=20the=20old-style=20format.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://macromates.com/svn/Bundles/trunk/JavaScript.tmbundle@612 dfb7d73b-c2ec-0310-8fea-fb051d288c6d --- Syntaxes/JavaScript.plist | 1 + 1 file changed, 1 insertion(+) diff --git a/Syntaxes/JavaScript.plist b/Syntaxes/JavaScript.plist index e755b2d..75a52ee 100644 --- a/Syntaxes/JavaScript.plist +++ b/Syntaxes/JavaScript.plist @@ -1,5 +1,6 @@ { name = "JavaScript"; + scopeName = "source.javascript"; uuid = "93E017CC-6F27-11D9-90EB-000D93589AF6"; fileTypes = ( js, htc );