From efaabf84f89da1b743e104dbb4bad8cc031c763a Mon Sep 17 00:00:00 2001 From: axelcl Date: Tue, 2 Nov 2004 19:51:53 +0000 Subject: [PATCH] delete finally --- .../js/core/parser/JSPartitionScanner.java | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/archive/net.sourceforge.phpeclipse.js.core/src/net/sourceforge/phpeclipse/js/core/parser/JSPartitionScanner.java b/archive/net.sourceforge.phpeclipse.js.core/src/net/sourceforge/phpeclipse/js/core/parser/JSPartitionScanner.java index f5a05ae..a2a8b8d 100644 --- a/archive/net.sourceforge.phpeclipse.js.core/src/net/sourceforge/phpeclipse/js/core/parser/JSPartitionScanner.java +++ b/archive/net.sourceforge.phpeclipse.js.core/src/net/sourceforge/phpeclipse/js/core/parser/JSPartitionScanner.java @@ -9,6 +9,9 @@ * Modifications history *======================================================================== * $Log: not supported by cvs2svn $ + * Revision 1.2 2004/09/15 06:52:15 agfitzp + * added finally keyword... finally + * * Revision 1.1 2004/02/26 02:25:42 agfitzp * renamed packages to match xml & css * @@ -25,7 +28,7 @@ * Outline the document, not the file. * * Revision 1.1 2003/05/28 15:17:12 agfitzp - * net.sourceforge.phpeclipse.js.core 0.0.1 code base + * net.sf.wdte.js.core 0.0.1 code base * *======================================================================== */ @@ -40,9 +43,9 @@ import org.eclipse.jface.text.rules.*; /** * * - * @author $Author: jsurfer $, $Date: 2004-09-02 18:14:38 $ + * @author $Author: axelcl $, $Date: 2004-11-02 19:51:53 $ * - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ */ public class JSPartitionScanner extends RuleBasedPartitionScanner { public final static String JS_DEFAULT = "__js_default"; @@ -63,7 +66,7 @@ public class JSPartitionScanner extends RuleBasedPartitionScanner { "case", "catch", "continue", "default", "do", "else", - "for", "function", + "finally", "for", "function", "goto", "if", "in", "new", -- 1.7.1