Cellular automaton.
.. -*- coding: utf-8; -*-
.. include:: HEADER.rst
======================
Syntax highlighting.
======================
.. contents::
JavaScript based syntax highlighters.
=====================================
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
Command line highlighters.
==========================
GNU Source-highlight.
---------------------
This program, given a source file, produces a document with syntax highlighting.
It also provides a C++ highlight library.
Supported output formats: HTML, XHTML, LATEX, MediaWiki, ODF, TEXINFO, DocBook,
ANSI color escape sequences.
http://www.gnu.org/software/src-highlite/
home page