* @license http://www.gnu.org/copyleft/gpl.html GNU GPL * @copyright (C) 2005 Nigel McNie * @version 1.1.0 * */ /** Get the GeSHiCodeContext class */ require_once GESHI_CLASSES_ROOT . 'class.geshicodecontext.php'; /** * VRML97 Language file for GeSHi */ $this->_humanLanguageName = 'VRML97'; $this->_rootContext =& new GeSHiCodeContext('web3d', 'vrml97'); ?>