* Enable recognition of property keyword in all modes now that

they are allowed for objects

git-svn-id: trunk@2149 -
This commit is contained in:
daniel 2006-01-03 23:11:28 +00:00
parent f60d89cc75
commit 1318b95a06

View File

@ -451,7 +451,7 @@ const
(str:'OVERLOAD' ;special:false;keyword:m_none;op:NOTOKEN),
(str:'OVERRIDE' ;special:false;keyword:m_none;op:NOTOKEN),
(str:'PLATFORM' ;special:false;keyword:m_none;op:NOTOKEN),
(str:'PROPERTY' ;special:false;keyword:m_class;op:NOTOKEN),
(str:'PROPERTY' ;special:false;keyword:m_all;op:NOTOKEN),
(str:'REGISTER' ;special:false;keyword:m_none;op:NOTOKEN),
(str:'REQUIRES' ;special:false;keyword:m_none;op:NOTOKEN),
(str:'RESIDENT' ;special:false;keyword:m_none;op:NOTOKEN),