From time to time I post code snippets in blog posts. Today I found a wordpress plugin, Code Snippet 2.0, a plugin that eases code posting by escaping the the code right. And moreover Code Snippet 2.0 displays the code with highlighting. The plugin uses GeSHi syntax highlighter engine – a flexible and easy extendable highlighter engine.
Install
- Download the plugin here
- Copy archive to wp-content/plugins directory
- Extract the zip file
- When extracted properly you should have a directory structure like: /wp-content/plugins/codesnippet
- Enable the Plugin in WP-admin
Usage
<code lang="php">
< ?php
echo "Hello World";
?>
</code>
Result:
< ?php
echo "Hello World";
?>
The list of supported languages in Code Snippet 2.0:
- actionscript-french
- actionscript
- ada
- apache
- applescript
- asm
- asp
- bash
- caddcl
- cadlisp
- c_mac
- c
- cpp
- csharp
- css-gen
- css
- delphi
- diff
- div
- dos
- d
- eiffel
- freebasic
- gml
- html4strict
- ini
- inno
- java
- javascript
- lisp
- lua
- matlab
- mpasm
- nsis
- objc
- oobas
- oracle8
- pascal
- perl
- php-brief
- php
- python
- qbasic
- sdlbasic
- smarty
- sql
- vbnet
- vb
- vhdl
- visualfoxpro
- xml

When i m trying to post any sql lang commnd. in my blog err shows..
Can any one help me out ???
http://www.neathighlighter.com is a very neat and easy to use code highlighter
Hello,
Thank you for a great plugin for wordpress