codetools: identifier cpletion: directive interfaces

git-svn-id: trunk@48333 -
This commit is contained in:
mattias 2015-03-13 14:42:02 +00:00
parent e809f69a63
commit ac3eedb892

View File

@ -2322,6 +2322,9 @@ begin
AddKeyWord('cp8859_1');
AddKeyWord('cp8859_2');
AddKeyWord('cp8859_5');
end else if Directive='interfaces' then begin
AddKeyWord('COM');
AddKeyWord('CORBA');
end;
end;
exit;