Can you spot the difference?

Quote Originally Posted by Xorcist
[pascal][background=#FFFFFF][normal=#000000][number=#FF0000][string=#0000FF][comment=#8080FF][reserved=#000000]{Syntax Highlighting}
Procedure TForm.ButtonClick(Sender TObject);
var
Number: Integer;
begin
Number := 123456;
Caption := 'The number is: ' + IntToStr(Number);
end;[/pascal]

Include this just after the pascal tag to get the above colours:

[background=#FFFFFF][normal=#000000][number=#FF0000][string=#0000FF][comment=#8080FF][reserved=#000000]

Nice eh?

We still need to decide on a default style though :roll: