# HG changeset patch # User Oleksandr Gavenko # Date 1325106261 -7200 # Node ID a5963bf339e83f79c7f0ef7e1e07474bd646fc52 # Parent 35a64ff26d4cde8e1f82e7ebaac08429a128e0ac Convert file to RST syntax. diff -r 35a64ff26d4c -r a5963bf339e8 highlight.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/highlight.rst Wed Dec 28 23:04:21 2011 +0200 @@ -0,0 +1,32 @@ +.. -*- coding: utf-8 -*- + +====================== + Syntax highlighting. +====================== + +JavaScript based syntax highlighter. +==================================== + +Used for syntax highlighting code block in blogs/articles. + +SyntaxHighlighter. +------------------ + +SyntaxHighlighter is a fully functional self-contained code syntax highlighter +developed in JavaScript. + +Support: + + ActionScript3 Bash/shell ColdFusion C# C++ CSS Delphi Diff Erlang Groovy + JavaScript Java JavaFX Perl PHP Plain Text PowerShell Python Ruby Scala SQL + Visual-Basic XML + + http://alexgorbatchev.com/SyntaxHighlighter + home page + +google-code-prettify. +--------------------- + + http://code.google.com/p/google-code-prettify + home page + diff -r 35a64ff26d4c -r a5963bf339e8 syntax-highlighter.rst --- a/syntax-highlighter.rst Sun Dec 25 13:18:19 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ --*- mode: outline -*- - -* JavaScript based syntax highlighter. - -Used for syntax highlighting code block in blogs/articles. - -** SyntaxHighlighter. - -SyntaxHighlighter is a fully functional self-contained code syntax highlighter -developed in JavaScript. - -Support: - - ActionScript3 Bash/shell ColdFusion C# C++ CSS Delphi Diff Erlang Groovy - JavaScript Java JavaFX Perl PHP Plain Text PowerShell Python Ruby Scala SQL - Visual-Basic XML - - http://alexgorbatchev.com/SyntaxHighlighter - home page - -** google-code-prettify. - - http://code.google.com/p/google-code-prettify - home page \ No newline at end of file