Apr
28
Syntax Highlighter and Code Colorizer for Mediawiki
Filed Under Developers, mediawiki, plugin | Leave a Comment
I’ve created a new extension for mediawiki to color code / syntax highlight using SyntaxHighlighter.
Uses the latest 2.0 SyntaxHighlighter by Alex Gorbatchev. It supports Bash/shell, C#, C++, CSS, Delphi, Diff, Groovy, JavaScript, Java, Perl, PHP, Plain Text, Python, Ruby, Scala, SQL, Visual Basic and XML!
- Read More and Download : http://www.lastengine.com/syntax-highlighter-code-colorizer-mediawiki/
- Media Wiki Extension Home Page: http://www.mediawiki.org/wiki/Extension:SyntaxHighlighterAndCodeColorizer
Example:
public static void main(Strings [] args)
{
int i = 0;
String x = "hello";
System.out.println(x);
}
Previous Post: Syntax Highlighter and Code Prettifier Plugin for Wordpress
Next Post: Installing haproxy load balancing for http and https














