delete finally
authoraxelcl <axelcl>
Tue, 2 Nov 2004 19:51:53 +0000 (19:51 +0000)
committeraxelcl <axelcl>
Tue, 2 Nov 2004 19:51:53 +0000 (19:51 +0000)
archive/net.sourceforge.phpeclipse.js.core/src/net/sourceforge/phpeclipse/js/core/parser/JSPartitionScanner.java

index f5a05ae..a2a8b8d 100644 (file)
@@ -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",