mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 20:39:15 +02:00
codetools: identifier completion: added $DispatchField, $DispatchStrField for pas2js
git-svn-id: trunk@60658 -
This commit is contained in:
parent
1cc7886edf
commit
7c75981ce8
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user