summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* [svn]0.7Georg Brandl2007-02-142-3/+3
* [svn] Prepare for 0.8dev.Georg Brandl2007-02-141-10/+1
* [svn] Make check.Georg Brandl2007-02-145-15/+15
* [svn] Remove debug print.Georg Brandl2007-02-141-1/+0
* [svn] Add tests for filters.Georg Brandl2007-02-142-2/+3
* [svn] Test that the HTML formatter output is complete.Georg Brandl2007-02-141-2/+4
* [svn] A test case for the external CSS function of the HTML formatter.Georg Brandl2007-02-141-8/+17
* [svn] Shorten some testfiles, silence some pylint warnings,Georg Brandl2007-02-146-29/+34
* [svn] Another two fixes.Georg Brandl2007-02-132-5/+3
* [svn] Optimize HTML output, fix PyTb formatter.Georg Brandl2007-02-132-2/+5
* [svn] Allow Python traceback lexer for doctests.Georg Brandl2007-02-131-0/+2
* [svn] Fix a Java lexer thing.Georg Brandl2007-02-131-1/+2
* [svn] Make the XML lexer recognize tag names with underscores. Fixes #201.Georg Brandl2007-02-132-3/+3
* [svn] Small docs update.Georg Brandl2007-02-131-11/+14
* [svn] Fix reST error.Georg Brandl2007-02-121-2/+2
* [svn] Quite a few things:Georg Brandl2007-02-1226-164/+444
* [svn] Document the new HTML formatter interface.Georg Brandl2007-02-121-2/+56
* [svn] Add a "lineseparator" HTML formatter option.Georg Brandl2007-02-101-4/+12
* [svn] Copyright notice update.Georg Brandl2007-02-0443-43/+43
* [svn] Add OCaml lexer.Georg Brandl2007-02-032-1/+83
* [svn] Fix in the new HTML formatter.Georg Brandl2007-02-011-2/+4
* [svn] HTML formatter overhaul.Georg Brandl2007-01-291-108/+132
* [svn] PyLint run.Georg Brandl2007-01-258-12/+12
* [svn] Fix lexer docstrings.Georg Brandl2007-01-252-2/+2
* [svn] - add missing example filesGeorg Brandl2007-01-254-2/+19
* [svn] make it clear that 0.7 is in development.Georg Brandl2007-01-252-2/+4
* [svn] Allow dropping style files into the styles subpackage.Georg Brandl2007-01-251-8/+20
* [svn] make check.Georg Brandl2007-01-252-4/+6
* [svn] Fix Java(Script) number regexes.Georg Brandl2007-01-252-5/+7
* [svn] Add Dylan lexer by Tim Hatch.Georg Brandl2007-01-252-1/+46
* [svn] Added using(state=x) and RST lexer by Tim Hatch.Georg Brandl2007-01-256-52/+138
* [svn] Fix line continuation in Python strings.Georg Brandl2007-01-221-3/+3
* [svn] subtokens -> subtypesblackbird2007-01-201-3/+3
* [svn] Some minor cleanup.Georg Brandl2007-01-202-6/+5
* [svn] various changes in pygments (does also affect the docs)blackbird2007-01-207-18/+153
* [svn] Another Python string lexer fix.Georg Brandl2007-01-141-2/+2
* [svn] Add helpful exception for people doing highlight(code, PythonLexer, ...).Georg Brandl2007-01-142-12/+26
* [svn] Fix #185, fix JspLexer so that test suite passes.Georg Brandl2007-01-143-7/+14
* [svn] added "partial" to csharp keyword listblackbird2007-01-141-1/+1
* [svn] fixed error in unicode documentation and added newlines in template.py ...blackbird2007-01-142-1/+5
* [svn] Add BefungeLexer to __all__ (rebuild docs).Georg Brandl2007-01-133-2/+4
* [svn] Add Befunge lexer.Georg Brandl2007-01-131-0/+29
* [svn] Added JSP and Batchfile lexers by Tim Hatch.Georg Brandl2007-01-1311-35/+137
* [svn] added support for html4 attributes in html lexer and fixed some small b...blackbird2007-01-132-15/+26
* [svn] Generate lexer, formatter and filter docs from docstrings.Georg Brandl2007-01-1216-125/+639
* [svn] Make check.Georg Brandl2007-01-124-7/+10
* [svn] Add test for lexer attribute types.Georg Brandl2007-01-121-2/+2
* [svn] Updated sources.list lexerblackbird2007-01-122-2/+26
* [svn] fixed bug in pytb lexer declaration, added ben bangerts mako lexers, do...blackbird2007-01-123-4/+98
* [svn] Moin Heading fix.Georg Brandl2007-01-121-2/+3