* @license http://www.gnu.org/copyleft/gpl.html GNU GPL * @copyright (C) 2005 Nigel McNie * @version 1.1.0 * */ $this->_contextDelimiters = array( 0 => array( // Why doesn't this work correctly? // 0 => array('REGEX#[java|vrml|ecma]script:#'), // yet this works (three valid names for the same VRML scripting) 0 => array('REGEX#javascript:#', 'REGEX#ecmascript:#', 'REGEX#vrmlscript:#'), 1 => array('"'), 2 => false ) ); $this->_delimiterParseData = GESHI_CHILD_PARSE_LEFT; $this->_overridingChildContext = new GeSHiCodeContext('javascript'); ?>