Topic: Forum supports syntax highlighting
Hi all,
the xajax forum now supports syntax highlighting. you can define the language in the BBCODE, for instance CODE=PHP or CODE=Javascript
Code: PHP
function php_test() {
$foo = "bar";
}
Code: JavaScript
function js_test() {
var foo = "bar";
}
Last edited by q_no (2007-08-29 4:14:47 PM)