Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Port Pygments to Python 3.1. | gbrandl | 2009-03-31 | 1 | -2/+3 | |
| | ||||||
* | #392: Fix fatal backtracking in Scala lexer. | gbrandl | 2009-02-14 | 1 | -1/+0 | |
| | ||||||
* | Update copyrighting style to standard "team" tags. | gbrandl | 2009-01-04 | 1 | -2/+2 | |
| | | | | Update AUTHORS file accordingly. | |||||
* | Fix newline problem. | gbrandl | 2008-09-19 | 1 | -4/+3 | |
| | ||||||
* | fixed asm lexers, fixed #pop / #push in multitarget | mitsuhiko | 2007-09-28 | 1 | -9/+11 | |
| | ||||||
* | a simple '#pop' is not possible for multiple targets too | mitsuhiko | 2007-09-27 | 1 | -3/+8 | |
| | ||||||
* | [svn] Fix in the Python lexer, 2.6 compatibility fixes. | gbrandl | 2007-08-17 | 1 | -1/+2 | |
| | ||||||
* | [svn] Smartify pygmentize encoding handling. | gbrandl | 2007-06-13 | 1 | -3/+3 | |
| | ||||||
* | [svn] A few corrections. | gbrandl | 2007-05-06 | 1 | -1/+2 | |
| | ||||||
* | [svn] Make the C# lexer unicode aware. | gbrandl | 2007-05-03 | 1 | -21/+33 | |
| | | | | | Warning, major hack ahead: the code to support multiple token defs is not the prettiest. | |||||
* | [svn] fixed debugging annoyance in pygments and added support for a "-" ↵ | blackbird | 2007-03-28 | 1 | -1/+1 | |
| | | | | after a tag/variable in thy jinja/django highlighter | |||||
* | [svn] small bugfix for do_insertions | blackbird | 2007-03-25 | 1 | -0/+2 | |
| | ||||||
* | [svn] improved do_insertions and added support for nested lexers in rst ↵ | blackbird | 2007-03-25 | 1 | -8/+21 | |
| | | | | lexer (.. sourcecode:: python etc) | |||||
* | [svn] A better error message if compiling a regex fails. | gbrandl | 2007-03-20 | 1 | -1/+5 | |
| | ||||||
* | [svn] Fix a cmdline bug. | gbrandl | 2007-02-25 | 1 | -5/+5 | |
| | ||||||
* | [svn] Add tests for filters. | gbrandl | 2007-02-14 | 1 | -1/+1 | |
| | ||||||
* | [svn] Shorten some testfiles, silence some pylint warnings, | gbrandl | 2007-02-14 | 1 | -6/+6 | |
| | | | | add a latex formatter unittest. | |||||
* | [svn] Quite a few things: | gbrandl | 2007-02-12 | 1 | -4/+4 | |
| | | | | | | - new pygmentize options, -F for filters and -H for detail help. - an automatically-created formatter map - better HTML formatter subclassing | |||||
* | [svn] Copyright notice update. | gbrandl | 2007-02-04 | 1 | -1/+1 | |
| | ||||||
* | [svn] - add missing example files | gbrandl | 2007-01-25 | 1 | -0/+1 | |
| | | | | | - add "outencoding" option to formatters - improve cmdline error reporting | |||||
* | [svn] Added using(state=x) and RST lexer by Tim Hatch. | gbrandl | 2007-01-25 | 1 | -3/+19 | |
| | ||||||
* | [svn] fixed error in unicode documentation and added newlines in template.py ↵ | blackbird | 2007-01-14 | 1 | -1/+3 | |
| | | | | file. also fixed python < 2.5 bug | |||||
* | [svn] Make check. | gbrandl | 2007-01-12 | 1 | -1/+0 | |
| | ||||||
* | [svn] Fix #180. | gbrandl | 2007-01-08 | 1 | -0/+5 | |
| | ||||||
* | [svn] implemented filters for pygments (first approach, api might change), ↵ | blackbird | 2006-12-21 | 1 | -9/+31 | |
| | | | | it's impossible at the moment to add filters by using pygmentize | |||||
* | [svn] Fix one TODO item. | gbrandl | 2006-12-20 | 1 | -1/+1 | |
| | ||||||
* | [svn] php lexer finetuning | blackbird | 2006-12-19 | 1 | -1/+9 | |
| | ||||||
* | [svn] Change Pygments license to BSD. | gbrandl | 2006-12-10 | 1 | -1/+1 | |
| | ||||||
* | [svn] ported the myghty lexer by zzzeek (correct amount of zs and es?) to ↵ | blackbird | 2006-12-06 | 1 | -1/+3 | |
| | | | | pygments. Probably licensing issue, i'll resolve that via IRC once he's online | |||||
* | [svn] Support for encoding guessing. | gbrandl | 2006-11-01 | 1 | -1/+19 | |
| | ||||||
* | [svn] make check. | gbrandl | 2006-10-31 | 1 | -1/+1 | |
| | ||||||
* | [svn] Add encoding support. All processing is now done with unicode strings. | gbrandl | 2006-10-31 | 1 | -4/+11 | |
| | ||||||
* | [svn] Update TODO. | gbrandl | 2006-10-31 | 1 | -0/+1 | |
| | ||||||
* | [svn] More pylint fixes, update BBcode formatter to new style API. | gbrandl | 2006-10-30 | 1 | -3/+2 | |
| | ||||||
* | [svn] Fix an error in GenshiTextLexer and DelegatingLexer. | gbrandl | 2006-10-30 | 1 | -1/+2 | |
| | ||||||
* | [svn] FIx. | gbrandl | 2006-10-29 | 1 | -3/+0 | |
| | ||||||
* | [svn] Fix some pylint errors. | gbrandl | 2006-10-29 | 1 | -0/+3 | |
| | ||||||
* | [svn] Remove altlast. | gbrandl | 2006-10-29 | 1 | -3/+0 | |
| | ||||||
* | [svn] Some fixes, add docs for new features. | gbrandl | 2006-10-28 | 1 | -0/+7 | |
| | ||||||
* | [svn] Add mime type selection for lexers. | gbrandl | 2006-10-28 | 1 | -0/+3 | |
| | ||||||
* | [svn] added `guess_lexer_for_filename` method that automatically detects ↵ | blackbird | 2006-10-28 | 1 | -6/+17 | |
| | | | | dialects of languages | |||||
* | [svn] update TODO. | gbrandl | 2006-10-28 | 1 | -3/+3 | |
| | ||||||
* | [svn] checked in changes from the last days. including: | blackbird | 2006-10-27 | 1 | -7/+39 | |
| | | | | | | - text in logo - documentation update - new `guess_lexer` method | |||||
* | [svn] Test commit to see if DAV works with includes again. | gbrandl | 2006-10-23 | 1 | -3/+1 | |
| | ||||||
* | [svn] Update make check. | gbrandl | 2006-10-22 | 1 | -1/+1 | |
| | ||||||
* | [svn] Name change, round 4 (rename SVN root folder). | gbrandl | 2006-10-19 | 1 | -0/+486 | |