You are viewing an old version of this page. Return to the latest version.
SyntaxHighlight
-
- Last edited 7 years ago by LukasHoenig
-
-
- 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
?>