mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 15:25:07 +02:00
SynEdit: PasHighLighter, fix case-label vs goto-label
This commit is contained in:
parent
55c94bee7b
commit
08a52e82f2
@ -4770,6 +4770,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
EndStatement(tfb, [cfbtForDo,cfbtWhileDo,cfbtWithDo,cfbtIfThen,cfbtIfElse]);
|
EndStatement(tfb, [cfbtForDo,cfbtWhileDo,cfbtWithDo,cfbtIfThen,cfbtIfElse]);
|
||||||
|
tfb := TopPascalCodeFoldBlockType;
|
||||||
|
|
||||||
Inc(Run);
|
Inc(Run);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user