Convert file to RST syntax.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 28 Dec 2011 23:04:21 +0200
changeset 1184 a5963bf339e8
parent 1183 35a64ff26d4c
child 1185 2685756d0517
Convert file to RST syntax.
highlight.rst
syntax-highlighter.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
+
--- 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