SyntaxHighlight

Revision as of 17:51, 21 July 2017 by Bhofmann (talk | contribs)

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;
    }
}

Attachments

Discussions