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