Current: I am now using the IG:Syntax Highlighter plugin. This plugin has many features that the others mentioned do not. The plugin is used by wrapping code in the post editor in [language]code here[/language] tags.
Previously: I was using the WP-Syntax plugin for displaying code. This plugin is used by wrapping code in the post editor in <pre lang="language">code here</pre> tags.
Let's see some ActionScript 3.0:
Actionscript:
-
package {
-
class HelloWorld extends HelloUniverse implements ISay {
-
/**
-
* Constructor
-
*/
-
public function HelloWorld()
-
{
-
trace("Hello World!");
-
}
-
}
-
}
The IG:Syntax Highlighter is available here
The WP-Syntax plugin is available here.
0 Responses to “WordPress Code & Syntax Highlighter Plugins”
Leave a Reply