Syntax Highlighting Prefs work now / Automatic parse on save option available
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / php / PHPKeywords.java
index 3df4172..bb6bd07 100644 (file)
@@ -51,7 +51,8 @@ public class PHPKeywords {
     //  "empty",
     //  "array",
     //   "isset",
-    "echo", "var", "as", "print", 
+    "echo", "var", "as", 
+    "print", 
     // "unset", 
     // "exit", "die", 
     "and", "or", "xor", "list", 
@@ -145,9 +146,10 @@ public class PHPKeywords {
     // TT_empty,
     //  TT_array,
     //   TT_isset,
-    TT_echo, TT_var, TT_as, TT_print, 
+    TT_echo, TT_var, TT_as, 
+    TT_print, 
     // TT_unset, 
-    //TT_exit, TT_die, 
+    // TT_exit, TT_die, 
     TT_and, TT_or, TT_xor, TT_list, 
     TT_null, TT_false, TT_true };
 }