* @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('REGEX#generate\s*\(\s*\{#'), 1 => array('}'), 2 => false ), 1 => array( 0 => array('REGEX#generateString\s*\(\s*\{#'), 1 => array('}'), 2 => false ), 2 => array( 0 => array('REGEX#expand\s*\(\s*\{#'), 1 => array('}'), 2 => false ) ); $this->_styler->setStyle($CONTEXT, 'color:#f00;'); //$this->_contextStyleType = GESHI_STYLE_NONE; $this->_delimiterParseData = GESHI_CHILD_PARSE_NONE; $this->_overridingChildContext =& new GeSHiCodeContext('codeworker', 'cwt'); ?>