=== Plugin Name === Prettify GC Syntax Highlighter Contributors: see prettify.js. Donate link: Tags: Syntax Highlighter, Google Code, Prettify, Prettify.js Requires at least: 3.0.5 Tested up to: 3.0.5 Stable tag: 1.2 Your code will look exactly like it does on google-code. == License == See prettify.js for license details (Apache License 2.0). I place the other files in the public domain. == Description == This plugin has prettify.js copied (unmodified) directly from google-code source browser. So your code will look exactly like it does on google-code. CSS (in a separate file) is slightly modified to embolden keywords and types. == Installation == You can use the WordPress plugin installer: 1. Go to: WpAdim -> Plugins -> Add New -> Upload. 2. Simply upload the zip file and then click 'Activate'. Or you can install the plugin manually: 1. Upload the content of the zip file to the `/wp-content/plugins/` directory. 2. Then activate the plugin through the 'Plugins' menu in WordPress. == Screenshots == 1. How to use and a short example. 2. A larger example with line numbers. == Changelog == = 1.2 = * Improved htlm-friendly quote filter. * Added line numbering support. * Added overflow support. = 1.1 = * The first public version. == Upgrade Notice == = 1.2 = Upgrade to the new version for overflow support and line numbering. == Usage ==
  // Put your code here.
== Making Code HTML Safe == The plugin automatically makes highlighted code html-safe:
  Anything that goes here will be quoted to appear on the page as-is.
  For example: 
To avoid quoting your code, add dontquote as the first class:
  Remember to quote manually.
  For example: <head></head><body></body>
== Line numbering == Line numbdering can be enabled as follows:
  // Put your code here.
If you want to start with a line number 42, you can do the following:
  // Put your code here.
== Specifying Language == Most of the time the highlighter will do a good job guessing how to highlight the code. However, to achieve the best result, you should specify the language:
  // Put your code here.
Replace YOURLANG with one of the following: * aea * agc * apollo * bsh * c * cc * cl * cpp * cs * csh * css-str * cv * cxx * cyc * default-markup * el * fs * go * hs * htm * html * java * js * json * lisp * lua * m * ml * mxml * perl * pl * pm * proto * py * rb * scala * scm * sh * sql * vhd * vhdl * xhtml * xml * xsl * yaml * yml ENDOFLINE