highlight.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 03 Jan 2021 23:37:00 +0200
changeset 2492 bd3d45148652
parent 2228 837f1337c59b
permissions -rw-r--r--
Fixed example.

.. -*- coding: utf-8; -*-

======================
 Syntax highlighting.
======================
.. contents::
   :local:

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.

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.