You are viewing an old version of this page. Return to the latest version.
SyntaxHighlight
-
- Last edited 7 years ago by Angelika
-
-
- No status information
Extension: SyntaxHighlight
Overview | |||
---|---|---|---|
Description: | |||
State: | stable | Dependency: | MediaWiki, BlueSpice |
Developer: | Brion Vibber, Tim Starling, Rob Church, Ori Livneh | License: | - |
Type: | MediaWiki | Category: | - |
Edition: | BlueSpiceFree"BlueSpiceFree" is not in the list (BlueSpice pro, BlueSpice free, BlueSpice Farm, BlueSpice Cloud, BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated), BlueSpice Cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property., BlueSpicePro"BlueSpicePro" is not in the list (BlueSpice pro, BlueSpice free, BlueSpice Farm, BlueSpice Cloud, BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated), BlueSpice Cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property. | ||
Features
Adds customizable syntax highlighting functionality.
Case study
(Geshi-)Syntax-Highlight error
<?php
$v = "string"; // Beispielcode
?>
HTML-Text
<?
echo $v; // Ende des PHP-Codes
?>
// Hallo Welt in Microsoft C#.
using System;
class HelloWorld
{
public static int Main(String[] args)
{
Console.WriteLine("Hallo, Welt!");
return 0;
}
}