* @license http://www.gnu.org/copyleft/gpl.html GNU GPL * @copyright (C) 2005 Nigel McNie * @version 1.1.0 * */ $this->_contextDelimiters = array( 0 => array( 0 => array("'"), 1 => array("'", "\n"), 2 => false ) ); $this->_styler->setStyle($CONTEXT, 'color:#f00;'); $this->_contextStyleType = GESHI_STYLE_STRINGS; // String only stuff $this->_escapeCharacters = array('\\'); $this->_charsToEscape = array('\\', "'"); $this->_styler->setStyle($CONTEXT . '/esc', 'color:#006;font-weight:bold;'); ?>