From: axelcl <axelcl> Date: Tue, 18 Jan 2005 00:08:16 +0000 (+0000) Subject: AND, OR added X-Git-Url: http://git.phpeclipse.com AND, OR added --- diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml index b3161ee..d710d21 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml @@ -2635,6 +2635,8 @@ <phpsyntax keyword="null" tokenval="1044"></phpsyntax> <phpsyntax keyword="false" tokenval="1045"></phpsyntax> <phpsyntax keyword="true" tokenval="1046"></phpsyntax> + <phpsyntax keyword="AND" tokenval="1040"></phpsyntax> + <phpsyntax keyword="OR" tokenval="1041"></phpsyntax> <phpsyntax keyword="NULL" tokenval="1044"></phpsyntax> <phpsyntax keyword="FALSE" tokenval="1045"></phpsyntax> <phpsyntax keyword="TRUE" tokenval="1046"></phpsyntax>