|
- <?php
- if ( ! defined( 'MEDIAWIKI' ) )
- die();
- /**#@+
- * A code highlighter using the prismjs.com code highlighter
- * (c) 2013 Andrew Senetar <[email protected]>
- *
- * @file
- * @link http://
- * @ingroup Extensions
- * @author Andrew Senetar <[email protected]>
- * @copyright (c) 2013 by Andrew Senetar
- * @license http://opensource.org/licenses/MIT MIT License
- */
-
- $messages = array();
-
- /**
- * English
- *
- * @author Andrew Senetar
- */
- $messages[ 'en' ] = array(
- 'prismhighlight-desc' => 'Code highlighting using the prismjs highlighter',
- );
-
- /**
- * Message Documentation
- *
- * @author Andrew Senetar
- */
- $messages[ 'qqq' ] = array(
- 'prismhighlight-desc' => '{{desc|name=PrismHighlight|url=http://}}',
- );
-
- /**
- * Add other languages below here
- */
|