Extension:PhpHighlight
From MediaWiki.org
|
PhpHighlight Release status: beta |
|||
|---|---|---|---|
| Implementation | Tag | ||
| Description | Adds a new tag <php> to highlight PHP code with the internal PHP syntax highlighter | ||
| Author(s) | IAlexTalk | ||
| License | GPLv2 or higher | ||
| Download | Download snapshot Subversion [Help] |
||
|
|||
|
Check usage (experimental) |
|||
The PhpHighlight defines a new tag <php> to highlight PHP code with the internal PHP syntax highlighter.
[edit] Installation
- Download the latest snapshot and extract it to your extensions directory.
- Edit LocalSettings.php and add the following line:
require_once( "$IP/extensions/PhpHighlight/PhpHighlight.php" );