/*
===============================================================================
Chili is the jQuery code highlighter plugin
...............................................................................
LICENSE: http://www.opensource.org/licenses/mit-license.php
WEBSITE: http://noteslog.com/chili/
Copyright 2008 / Andrea Ercolino
===============================================================================
*/
ChiliBook.recipeLoading = false;
ChiliBook.recipes[ "html.js" ] =
{
_name: 'html'
, _case: false
, _main: {
doctype: {
_match: //
, _style: "color: #CC6600;"
}
, ie_style: {
_match: /()/
, _replace: function( all, open, content, close ) {
return "" + this.x( open ) + ""
+ this.x( content, '//style' )
+ "" + this.x( close ) + "";
}
, _style: "color: DarkSlateGray; font-weight: bold;"
}
, comment: {
_match: //
, _style: "color: gray;"
}
, script: {
_match: /(