* @license http://www.gnu.org/copyleft/gpl.html GNU GPL * @copyright (C) 2005 Nigel McNie * @version 1.1.0 * */ $this->_childContexts = array( new GeSHiContext('qbasic', $DIALECT, 'string'), new GeSHiContext('qbasic', $DIALECT, 'comment') ); $this->_contextKeywords = array( 0 => array( 0 => array('and', 'as', 'call', 'dim', 'end', 'goto', 'if', 'integer', 'print', 'sub', 'then'), 1 => $CONTEXT . '/kw0', 2 => 'color: #006;', 3 => false, 4 => 'http://qboho.qbasicnews.com/qboho/qck{FNAME}.html' ) ); $this->_contextSymbols = array( 0 => array( 0 => array( '(', ')', ',', ':', ';', '=', '<', '>' ), // name (should names have / in them like normal contexts? YES 1 => $CONTEXT . '/sym0', // style 2 => 'color:#008000;' ) ); $this->_contextRegexps = array( 0 => geshi_use_doubles($CONTEXT), 1 => geshi_use_integers($CONTEXT) ); // @todo [blocking 1.1.5] languages should be able to set the styles of their numbers ?>