git://git.phpeclipse.com
/
phpeclipse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5a9b4e9
)
AND, OR added
author
axelcl
<axelcl>
Tue, 18 Jan 2005 00:08:16 +0000 (
00:08
+0000)
committer
axelcl
<axelcl>
Tue, 18 Jan 2005 00:08:16 +0000 (
00:08
+0000)
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml
patch
|
blob
|
history
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
(file)
--- 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>