
February 7th, 2006, 10:40 AM
|
 |
Modding: Oracle MsSQL Firebird
|
|
Join Date: Jun 2001
Location: Outside US
|
|
|
New bbcode highlighter
Devshed has added a new bbcode called “highlighter” which is used for generic syntax highlighting. It supports generic SQL and XML syntax highlighting.
Usage :
[ highlight=language ]
Codes
[ /highlight ]
Sample generic SQL statement highlighting:
sql Code:
Original
- sql Code |
|
|
|
CREATE TABLE multiple_ids ( `name` VARCHAR(50)) NOT NULL DEFAULT '', `id` INTEGER UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY(`name`, `id`) )
xml Code:
Original
- xml Code |
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?> <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note>
Last edited by pabloj : February 26th, 2006 at 07:36 AM.
|