summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* [svn] Unused import.0.6Georg Brandl2006-12-201-1/+0
* [svn] Make -L output better readable on terminals with less than 150 chars wi...Georg Brandl2006-12-201-6/+2
* [svn] updated rtf formatter to handle encodings correctlyblackbird2006-12-201-22/+20
* [svn] Clarify docs and remove debugging code.Georg Brandl2006-12-201-3/+0
* [svn] Improve Unicode handling without encoding.Georg Brandl2006-12-209-11/+42
* [svn] Some style nits and make check.Georg Brandl2006-12-2010-23/+11
* [svn] fixed XXX in apache lexerblackbird2006-12-201-1/+1
* [svn] Fix one TODO item.Georg Brandl2006-12-202-3/+5
* [svn] added examplefile for apache lexer and improved itblackbird2006-12-202-25/+22
* [svn] Fix -O.Georg Brandl2006-12-201-2/+2
* [svn] adopted patch #161 and documented it.blackbird2006-12-192-2/+19
* [svn] php lexer finetuningblackbird2006-12-192-13/+44
* [svn] Patch #160 by Tim Hatch: byref functions in PHP.Georg Brandl2006-12-191-1/+2
* [svn] Use the Punctuation token type everywhere.Georg Brandl2006-12-187-87/+112
* [svn] Make test suite work again.Georg Brandl2006-12-174-10/+13
* [svn] Move command line interface to separate file.Georg Brandl2006-12-172-194/+212
* [svn] Reorder Todo, improve cmdline error reporting.Georg Brandl2006-12-171-2/+3
* [svn] - Added option for the HTML formatter to write the CSS to an external fileGeorg Brandl2006-12-172-7/+61
* [svn] Small fix in Python lexer.Georg Brandl2006-12-171-2/+2
* [svn] refactored rtf formatter, added support for backtick highlighting in ph...blackbird2006-12-172-20/+19
* [svn] Note lexer mimetypes in docs.Georg Brandl2006-12-163-3/+4
* [svn] Fix unittest.Georg Brandl2006-12-161-2/+7
* [svn] Fix double repr.Georg Brandl2006-12-161-2/+2
* [svn] Make RawTokenFormatter/Lexer use unicode escaped strings.Georg Brandl2006-12-162-2/+2
* [svn] Make the test suite pass.Georg Brandl2006-12-161-0/+1
* [svn] Add a few example files.Georg Brandl2006-12-162-6/+3
* [svn] added rich text formatter (formatter for one of the worst file formats ...blackbird2006-12-162-4/+130
* [svn] updated mapping for pygmentsblackbird2006-12-141-1/+1
* [svn] Add Bash lexer modified from Tim Hatch.Georg Brandl2006-12-143-4/+59
* [svn] Add ApacheConf lexer by Tim Hatch.Georg Brandl2006-12-142-2/+39
* [svn] added Punctuation to some lexersblackbird2006-12-141-14/+10
* [svn] fixed bug in jinja/django lexer. thanks pbx for reportingblackbird2006-12-121-1/+1
* [svn] added more mimetypes and extensions to the xml lexer as requested in #153blackbird2006-12-122-3/+5
* [svn] Diverse nits.Georg Brandl2006-12-101-1/+1
* [svn] Add Groff lexer by Tim Hatch, find_error script, CSS lexer improvement.Georg Brandl2006-12-103-4/+88
* [svn] Change Pygments license to BSD.Georg Brandl2006-12-1039-47/+41
* [svn] Fix 2.3 compatibility.Georg Brandl2006-12-071-4/+4
* [svn] make checkblackbird2006-12-061-2/+2
* [svn] ported the myghty lexer by zzzeek (correct amount of zs and es?) to pyg...blackbird2006-12-063-3/+87
* [svn] Another it's -> its fix.Georg Brandl2006-12-031-1/+1
* [svn] Fix in char syntaxleonidas2006-11-261-1/+1
* [svn] Scheme lexer fix.Georg Brandl2006-11-261-2/+2
* [svn] Reformat and adapt check_sources.Georg Brandl2006-11-262-43/+43
* [svn] pygments: Add Scheme lexer.Georg Brandl2006-11-262-27/+154
* [svn] C++ "//" comments can be line-spanned too.Georg Brandl2006-11-261-1/+1
* [svn] Small C++ lexer fix.Georg Brandl2006-11-261-1/+3
* [svn] Minor corrections in the docs.Georg Brandl2006-11-261-1/+1
* [svn] some minor updates:blackbird2006-11-235-5/+32
* [svn] make check.Georg Brandl2006-11-191-1/+1
* [svn] fixed small bugsblackbird2006-11-181-2/+1