* @license http://www.gnu.org/copyleft/gpl.html GNU GPL * @copyright (C) 2005 Nigel McNie * @version 1.1.0 * */ $this->_childContexts = array( new GeSHiContext('html', $DIALECT, 'doctype'), new GeSHiCodeContext('html', $DIALECT, 'tag'), new GeSHiContext('html', $DIALECT, 'comment'), new GeSHiContext('html', $DIALECT, 'css'), new GeSHiContext('html', $DIALECT, 'javascript') ); $this->_styler->setStyle($CONTEXT, 'color:#000;'); $this->_contextRegexps = array( 0 => array( 0 => array('#(&(([a-z0-9]{2,5})|(\#[0-9]{2,4}));)#'), 1 => '&', 2 => array( 1 => array($CONTEXT . '/entity', 'color: #00c;', false) ) ) ); ?>