SyntaxHighlight

Revision as of 17:51, 10 November 2017 by Angelika (talk | contribs) (Changed categories.)

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