mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 08:28:14 +02:00
Jedi Code Format: Parse cvar keyword. Issue #22024, patch from delfion.
git-svn-id: trunk@62789 -
This commit is contained in:
parent
af151e9fca
commit
688fb8cfe7
@ -371,7 +371,7 @@ const
|
||||
|
||||
ClassDirectives: TTokenTypeSet =
|
||||
[ttPrivate, ttProtected, ttPublic, ttPublished, ttAutomated, ttStrict];
|
||||
HintDirectives: TTokenTypeSet = [ttDeprecated, ttLibrary, ttPlatform,
|
||||
HintDirectives: TTokenTypeSet = [ttDeprecated, ttLibrary, ttPlatform, ttCVar,
|
||||
ttExperimental, ttUnimplemented, ttStatic];
|
||||
|
||||
AllDirectives: TTokenTypeSet =
|
||||
|
Loading…
Reference in New Issue
Block a user