code-template needs new context type
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / util / PHPFileUtil.java
index fc5d895..e9de7c4 100644 (file)
@@ -24,11 +24,11 @@ public class PHPFileUtil {
       "inc",
       "class"
   };
-  public final static String[] HTML_EXTENSIONS = {
-      "html",
-      "htm",
-      "xhtml"
-  };
+//  public final static String[] HTML_EXTENSIONS = {
+//      "html",
+//      "htm",
+//      "xhtml"
+//  };
   public final static String[] SMARTY_EXTENSIONS = {
       "tpl"
   };