Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Imaging 0.26.4 Released!
Home
Help
Search
Members
View the memberlist
Search For Members
Login
Register
Vampyre Imaging Library Forum
»
Imaging Category
»
News & Announcements
»
Code Syntax Highlighting
« previous
next »
Reply
Print
Pages: [
1
]
Author
Topic: Code Syntax Highlighting (Read 163 times)
Galfar
Administrator
Imaging User
Posts: 312
Code Syntax Highlighting
«
on:
28 July 2011, 23:28:59 »
Quote
You can post source code with syntax highlighting using [code=lang]your code[/code] tags. For Delphi/Pascal use [code=delphi] or [code=pascal].
Result looks like this:
Code: Pascal
procedure
AddOne
(
var
I
:
Integer
)
;
begin
I
:=
I
+
1
;
end
;
Logged
Reply
Print
Pages: [
1
]
« previous
next »
Vampyre Imaging Library Forum
»
Imaging Category
»
News & Announcements
»
Code Syntax Highlighting