* @license http://www.gnu.org/copyleft/gpl.html GNU GPL * @copyright (C) 2005 Nigel McNie * @version 1.1.0 * */ /* * Javascript language file for GeSHi * * [notes about language] * * [notes about this implementation of the language] * */ /** Get the GeSHiCodeContext class */ require_once GESHI_CLASSES_ROOT . 'class.geshicodecontext.php'; $this->_humanLanguageName = 'Javascript'; $this->_rootContext =& new GeSHiCodeContext('javascript'); ?>