CSS CONFIG:
HIGHLIGHTED HTML:
procedure
blah
;
begin
writeln
(
'foo bar'
)
;
end
;
begin
writeln
(
'paste test'
)
;
blah
;
end
.