1) Added missing strings for italic, underline and strike through.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / syntax.xml
index 6eef0eb..c957213 100644 (file)
 <s k="declare" />
 <s k="default" />
 <s k="do" />
+<s k="echo" />
 <s k="else" />
 <s k="elseif" />
+<s k="empty" />
 <s k="enddeclare" />
 <s k="endfor" />
 <s k="endforeach" />
 <s k="extends" />
 <s k="final" />
 <s k="for" />
+<s k="foreach" />
 <s k="function" />
 <s k="global" />
 <s k="goto" />
 <s k="if" />
+<s k="isset" />
 <s k="implements" />
 <s k="interface" />
 <s k="instanceof" />
 <s k="FALSE" />
 <s k="null" />
 <s k="NULL" />
-<s k="static" />
+<s k="self" />
 <s k="parent" />
 <s k="include" />
 <s k="include_once" />
 <s k="require" />
 <s k="require_once" />
+<s k="namespace" />
 <s k="die" />
 <s k="exit" />
 <s k="print" />