summaryrefslogtreecommitdiff
path: root/sphinx/highlighting.py
Commit message (Expand)AuthorAgeFilesLines
* Add ``pyramid`` theme.Georg Brandl2011-01-041-21/+1
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | merge with 1.0Georg Brandl2010-10-221-1/+1
|\ \ | |/
| * #534: warning message instead of crash if invalid Pygments lexer name is used.Georg Brandl2010-10-221-1/+1
* | merge with 1.0Georg Brandl2010-08-051-1/+1
|\ \ | |/
| * Fix unwanted styling of C domain references (because of a namespace clash wit...Georg Brandl2010-08-051-1/+1
* | encode source code for parsing only on python 2.xDasIch2010-05-301-1/+1
* | Check if a string is not unicode as a workaround for 3.xDasIch2010-05-301-1/+1
|/
* merge with 0.6Georg Brandl2010-04-061-3/+12
|\
| * Add warning facility on unknown Pygments lexer names.Georg Brandl2010-04-041-3/+12
* | merge with 0.6Georg Brandl2010-01-061-1/+12
|\ \ | |/ |/|
| * merge with 0.6Georg Brandl2010-01-011-1/+12
| |\
| | * merge with 0.6Georg Brandl2009-11-091-1/+9
| | |\
| | * | #169: Added the ``trim_doctest_flags`` config value, which is true by default.Georg Brandl2009-06-161-1/+12
* | | | Restore compatibility with Pygments >= 1.2.Georg Brandl2010-01-061-3/+6
|/ / /
* | | Happy new year!Georg Brandl2010-01-011-1/+1
| |/ |/|
* | #265: restore Jython compatibility.Georg Brandl2009-11-081-1/+9
|/
* When highlighting Python code, ignore extra indentation beforeGeorg Brandl2009-06-041-0/+5
* Convert strings to unicode in highlighting.Georg Brandl2009-04-281-0/+2
* Reformat to EOL80.Georg Brandl2009-01-101-1/+2
* Split stylesheets into basic, default and sphinxdoc.Georg Brandl2009-01-101-1/+1
* Add Pygments style selection to theming.Georg Brandl2009-01-101-2/+7
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
|\
| * Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* | Fix NameError if Pygments is not installed.Georg Brandl2008-12-161-1/+2
* | Allow using different Pygments formatters.Georg Brandl2008-11-301-10/+18
* | Add Sphinx.add_lexer().Georg Brandl2008-11-301-0/+1
* | Changed an `__import__` call in the highlighter module because that trigger a...mitsuhiko2008-11-301-1/+1
|/
* Allow lexer guessing.georg.brandl2008-09-161-1/+6
* Restructure LaTeX file template: add new "latex_elements" config valuegeorg.brandl2008-09-121-8/+14
* Use a prefix to \at, \lb and \rb since they are probably often used command n...georg.brandl2008-09-111-6/+6
* Add default highlight language selection support.georg.brandl2008-09-091-28/+42
* Merged revisions 65566-65567,65623,65625 via svnmerge fromgeorg.brandl2008-08-101-19/+24
* Merged revisions 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,...georg.brandl2008-08-041-0/+7
* Add a commandprefix to the latex formatter to overridegeorg.brandl2008-06-121-2/+3
* pygments_style can be an import path nowarmin.ronacher2008-04-281-3/+4
* pygments_style can be a style class nowarmin.ronacher2008-04-281-1/+3
* Add missing commands if Pygments is not installed.georg.brandl2008-03-231-1/+12
* Fix a few overlong lines, and use \t instead of literal tabs.georg.brandl2008-03-211-2/+3
* Ignore MemoryError while parsing Python source with Python 2.4georg.brandl2008-03-191-1/+8
* Some pylint fixes.georg.brandl2008-03-161-1/+0
* Add code-block directive, to simplify integrating snippetsgeorg.brandl2008-03-091-6/+15
* #2207: fix if no Pygments available.georg.brandl2008-02-291-1/+1
* Fix if no pygments available.georg.brandl2008-02-251-1/+12
* * Allow custom static files to be created for the HTML builder.georg.brandl2008-02-231-45/+58
* Patch #2154 from Amaury: allow '...' in Python snippets; it's oftengeorg.brandl2008-02-211-6/+16
* A few refactorings in Sphinx.georg.brandl2008-01-161-4/+8
* Update copyright years and change license to BSD.georg.brandl2008-01-111-2/+2