Autolinker

Converts URLs and emails in code to clickable links

Examples

/**
 * Prism: Lightweight, robust, elegant syntax highlighting
 * MIT license http://www.opensource.org/licenses/mit-license.php/
 * @author Lea Verou http://lea.verou.me 
 * Reach Lea at fake@email.com (no, not really)
 */
var foo = 5;
// And a single line comment http://google.com
@font-face {
	src: url(http://lea.verou.me/logo.otf);
	font-family: 'LeaVerou';
}