Added empty, foreach and isset keyword.
authorincastrix <incastrix>
Tue, 29 Sep 2009 22:42:55 +0000 (22:42 +0000)
committerincastrix <incastrix>
Tue, 29 Sep 2009 22:42:55 +0000 (22:42 +0000)
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/syntax.xml

index 51dfb31..d8bc290 100644 (file)
 <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" />