Finding the reason for dependency inclusion into a configuration.
.. -*- 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.