mirror of https://gitlab.com/basile.b/dexed.git
empty stmt
This commit is contained in:
parent
0c160fae77
commit
3209ec12cf
|
@ -1021,7 +1021,7 @@ begin
|
||||||
begin
|
begin
|
||||||
EndCodeFoldBlock(fkBrackets in fFoldKinds);
|
EndCodeFoldBlock(fkBrackets in fFoldKinds);
|
||||||
if (reader^ = '}') and (rkAsm in fCurrRange.rangeKinds) then
|
if (reader^ = '}') and (rkAsm in fCurrRange.rangeKinds) then
|
||||||
fCurrRange.rangeKinds -= [rkAsm]; ;
|
fCurrRange.rangeKinds -= [rkAsm];
|
||||||
if ((reader+1)^ in stringPostfixes) and not isIdentifier((reader+2)^) then
|
if ((reader+1)^ in stringPostfixes) and not isIdentifier((reader+2)^) then
|
||||||
readerNext;
|
readerNext;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue