git://git.phpeclipse.com
/
phpeclipse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a012cbd
)
added 'clone' as keyword
author
jsurfer
<jsurfer>
Tue, 28 Sep 2004 20:49:51 +0000 (20:49 +0000)
committer
jsurfer
<jsurfer>
Tue, 28 Sep 2004 20:49:51 +0000 (20:49 +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
38489e7
..
56b9078
100644
(file)
--- a/
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml
+++ b/
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml
@@
-2648,7
+2648,7
@@
<phpsyntax keyword="instanceof" tokenval="1059"></phpsyntax>
<phpsyntax keyword="super" tokenval="1060"></phpsyntax>
<phpsyntax keyword="throw" tokenval="1061"></phpsyntax>
-
+ <phpsyntax keyword="clone" tokenval="1063"></phpsyntax>
<phpsyntax keyword="const" tokenval="1063"></phpsyntax>
<phpsyntax keyword="declare" tokenval="1064"></phpsyntax>
<phpsyntax keyword="enddeclare" tokenval="1065"></phpsyntax>