=== FV Code Highlighter === Contributors: Frank Verhoeven Donate link: http://www.frank-verhoeven.com/ Tags: Formatting, Code, Highlight, Code Highlighting Requires at least: 2.5 Tested up to: 2.6.2 Stable tag: 1.0 Highlight your code blocks in a fast, easy and awesome-looking way. == Description == This plugin supports the highlighting of PHP, HTML, CSS and XML. The default tag-highlighter color scheme uses the same colors Adobe's Dreamweaver is using. This makes it easy for your visitors to recognize what type of codes you wrote. These colors can be changed to your liking in the WPadmin section of your blog. == Installation == How to use this plugin? 1. Upload the folder `fv-code-highlighter` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place {code type=codetype} CODEBLOCK {/code} in your pages to use the highlighter == Frequently Asked Questions == Q: On which Wordpress version does this plugin work? A: This Wordpress plugin requires WP 2.5 and has been tested up to version 2.6.2 Q: How do I style a code block? A: It is possible to highlight PHP, CSS, HTML and XML. To highlight these codes use this code: {code type=x} CODEBLOCK {/code}. Replace x with the language you prefer. Q: Is there a live example around? A: My own blog uses this plugin to display the codes. http://www.frank-verhoeven.com/ . My friend Stefan Vervoort over at http://www.divitodesign.com/ is using the plugin for some time now! Q: Do you support more Scripting languages? A: Not yet. I might do this in the future. If you have a request and more people want this, I will consider implanting this language. Q: What to do if I found a bug? A: Please report the bug to me as soon as possible. This way I can solve the problem and make the plugin better for everyone. Visit the == Screenshots == 1. Beautyfull higlighted CSS code ;). (png). `/trunk/CSS.png` 2. Also (x)HTML gets highlighted pretty good. (png) `/trunk/HTML.png` 3. And last but not least, XML. (png) `/trunk/XML.png`