codetools: identifier completion: i directive keywords

git-svn-id: trunk@42045 -
This commit is contained in:
mattias 2013-07-09 20:44:16 +00:00
parent f49fed72d4
commit b22e3f25f8

View File

@ -2259,6 +2259,8 @@ begin
end else if (Directive='i') or (Directive='include') then begin
AddKeyWord('Date');
AddKeyWord('FPCTarget');
AddKeyWord('FPCTargetOS');
AddKeyWord('FPCTargetCPU');
AddKeyWord('FPCVersion');
AddKeyWord('Time');
end;