Extension:PhpHighlight

From MediaWiki.org

Jump to: navigation, search

       

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
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]
Browse source code

check usage (experimental)

The PhpHighlight defines a new tag <php> to highlight PHP code with the internal PHP syntax highlighter.

[edit] Installation

require_once( "$IP/extensions/PhpHighlight/PhpHighlight.php" );