codetools: identifier completion: added $DispatchField, $DispatchStrField for pas2js

git-svn-id: trunk@60658 -
This commit is contained in:
mattias 2019-03-12 11:40:34 +00:00
parent 1cc7886edf
commit 7c75981ce8

View File

@ -2469,6 +2469,10 @@ begin
if (Compiler=pcDelphi) and (SrcType=ctnPackage) then
AddKeyWord('DesignOnly');
AddKeyWord('Description');
if (Compiler=pcPas2js) then begin
AddKeyWord('DispatchField');
AddKeyWord('DispatchStrField');
end;
AddKeyWord('ElIfC');
AddKeyWord('Else');
AddKeyWord('ElseC');