How i activate the syntax highligting? what i wan't to do it's that in the user's posts on the forum the can share code, in some languages like (php, asp, c#, c++, c, bash, perl, etc.) but the only one syntax highlighting that really works it's for PHP, the other languages don't work,
The users use the code statment to post the cods, for example:
[code]
[code syntax="php"]
<?php
echo "This work";
?>
-
- [code syntax="cpp"]
- printf("This not work");
- [/code]
-