Jedi Code Format: Parse cvar keyword. Issue #22024, patch from delfion.

git-svn-id: trunk@62789 -
This commit is contained in:
juha 2020-03-21 21:01:20 +00:00
parent af151e9fca
commit 688fb8cfe7

View File

@ -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 =