* @license http://www.gnu.org/copyleft/gpl.html GNU GPL * @copyright (C) 2005 Nigel McNie * @version 1.1.0 * */ $this->_contextDelimiters = array( // Each of ' and " delimiters. In their own group so they only end themselves 0 => array( 0 => array("'"), 1 => array("'"), 2 => false ), 1 => array( 0 => array('"'), 1 => array('"'), 2 => false ) ); $this->_childContexts = array( new GeSHiContext('html', $DIALECT, 'string_javascript') ); $this->_styler->setStyle($CONTEXT, 'color:#933;'); $this->_contextStyleType = GESHI_STYLE_STRINGS; ?>