SynEdit (Python highlighter): removed dangling semicolon after "then", patch by n7800, merge request !403

(cherry picked from commit 1425aab2f7)
This commit is contained in:
Maxim Ganetsky 2024-12-14 22:28:02 +03:00 committed by Martin
parent ba16ee3be1
commit ffa493a4e4

View File

@ -1060,7 +1060,7 @@ begin
inc(Run);
fRange:=rsUnknown;
EXIT;
end else if FLine[Run]='\' then ; {The same backslash stuff above...}
end else if FLine[Run]='\' then {The same backslash stuff above...}
begin
if FLine[Run + 1] = fStringStarter then
begin