mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 17:08:04 +02:00
SynEdit (Python highlighter): removed dangling semicolon after "then", patch by n7800, merge request !403
(cherry picked from commit 1425aab2f7
)
This commit is contained in:
parent
ba16ee3be1
commit
ffa493a4e4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user