syntax-highlighter.rst
changeset 1188 9ec5ad4e7d15
parent 1187 eaa71972ea1d
parent 1186 d3f5435a513b
child 1189 78104ca7c163
equal deleted inserted replaced
1187:eaa71972ea1d 1188:9ec5ad4e7d15
     1 -*- mode: outline -*-
       
     2 
       
     3 * JavaScript based syntax highlighter.
       
     4 
       
     5 Used for syntax highlighting code block in blogs/articles.
       
     6 
       
     7 ** SyntaxHighlighter.
       
     8 
       
     9 SyntaxHighlighter is a fully functional self-contained code syntax highlighter
       
    10 developed in JavaScript.
       
    11 
       
    12 Support:
       
    13 
       
    14   ActionScript3 Bash/shell ColdFusion C# C++ CSS Delphi Diff Erlang Groovy
       
    15   JavaScript Java JavaFX Perl PHP Plain Text PowerShell Python Ruby Scala SQL
       
    16   Visual-Basic XML
       
    17 
       
    18   http://alexgorbatchev.com/SyntaxHighlighter
       
    19                 home page
       
    20 
       
    21 ** google-code-prettify.
       
    22 
       
    23   http://code.google.com/p/google-code-prettify
       
    24                 home page