mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 07:08:23 +02:00
SynEdit (Python highlighter): removed dangling semicolon after "then", patch by n7800, merge request !403
This commit is contained in:
parent
c53ead5cc8
commit
1425aab2f7
@ -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