mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 20:42:05 +02:00
Jedi code format: recognize "sealed" / "abstract" for inheriting objects.
(cherry picked from commit 3ff5d50aaa
)
This commit is contained in:
parent
f8ce545ba2
commit
88eb9d53cd
@ -4594,6 +4594,12 @@ begin
|
||||
|
||||
Recognise(ttObject);
|
||||
|
||||
if fcTokenList.FirstSolidTokenType = ttSealed then
|
||||
Recognise(ttSealed);
|
||||
|
||||
if fcTokenList.FirstSolidTokenType = ttAbstract then
|
||||
Recognise(ttAbstract);
|
||||
|
||||
if fcTokenList.FirstSolidTokenType = ttOpenBracket then
|
||||
RecogniseObjHeritage;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user