You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "Reference:SyntaxHighlight"
(→Case study) |
Extension: SyntaxHighlight
Overview | |||
---|---|---|---|
Description: | provides syntax highlighting and code rendering. | ||
State: | stable | Dependency: | MediaWiki |
Developer: | Brion Vibber, Tim Starling, Rob Church, Ori Livneh | License: | - |
Type: | MediaWiki | Category: | Rich Articles |
Edition: | BlueSpice free, BlueSpice pro | ||
For more info, visit Mediawiki.
|
Features[edit source]
SyntaxHighlight adds customizable syntax highlighting functionality.
Case study[edit | edit source]
(Geshi-)Syntax-Highlight error
<?php $v = "string"; // Beispielcode ?> HTML-Text <? echo $v; // Ende des PHP-Codes ?>
For more information please visit MediaWiki.
{{BSExtensionInfobox |desc=provides syntax highlighting and code rendering. |status=stable |developer=Brion Vibber, Tim Starling, Rob Church, Ori Livneh |type=MediaWiki |edition=BlueSpice free, BlueSpice pro |active=Yes |compatible=MediaWiki |category=Rich Articles |docu=https://www.mediawiki.org/wiki/Extension:SyntaxHighlight }} '''SyntaxHighlight''' adds customizable syntax highlighting functionality. ==Case study== [http://sourceforge.net/p/bluespice/bugs/294/ (Geshi-)Syntax-Highlight error] <source lang="php"> <?php $v = "string"; // Beispielcode ?> HTML-Text <? echo $v; // Ende des PHP-Codes ?> </source> <source lang="csharp"> // Hallo Welt in Microsoft C#. using System; class HelloWorld { public static int Main(String[] args) { Console.WriteLine("Hallo, Welt!"); return 0; } } </source> [[ [[de:{{FULLPAGENAME}}]][[en:{{FULLPAGENAME}}]] [[Category:Extension]] For more information please visit [https://www.mediawiki.org/wiki/Extension:SyntaxHighlight MediaWiki].
Line 12: | Line 12: | ||
'''SyntaxHighlight''' adds customizable syntax highlighting functionality. | '''SyntaxHighlight''' adds customizable syntax highlighting functionality. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||