[Lazarus] SynEdit lexer dont hilite & char

AlexeyT aaa5500 at ya.ru
Mon Jun 11 16:57:37 CEST 2018


MartinFb, are you sure & char must not be hilited as .,:= etc? it's 
black here.

procedure TRTBSource.SaveToFile(&File:string);
var
   Data:TStrings;
begin
Data:=TStringList.Create;
Data.Text:=Text;
Data.SaveToFile(&File);
FreeAndNil(Data);
end;

-- 
Regards,
Alexey



More information about the Lazarus mailing list