mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 11:49:24 +02:00
synedit: highlight proc modifiers also in class without sections
git-svn-id: trunk@23785 -
This commit is contained in:
parent
9f7ad44770
commit
52b2c3a080
@ -128,7 +128,8 @@ const
|
|||||||
// restrict cdecl etc to places where they can be.
|
// restrict cdecl etc to places where they can be.
|
||||||
// this needs a better parser
|
// this needs a better parser
|
||||||
ProcModifierAllowed: TPascalCodeFoldBlockTypes =
|
ProcModifierAllowed: TPascalCodeFoldBlockTypes =
|
||||||
[cfbtNone, cfbtProcedure, cfbtProgram, cfbtClassSection, cfbtUnitSection, // unitsection, actually interface only
|
[cfbtNone, cfbtProcedure, cfbtProgram, cfbtClass, cfbtClassSection,
|
||||||
|
cfbtUnitSection, // unitsection, actually interface only
|
||||||
cfbtVarType, cfbtLocalVarType];
|
cfbtVarType, cfbtLocalVarType];
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user