summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [svn] Release 0.5.10.5.1gbrandl2006-10-301-2/+2
* [svn] this commit removes the javascript toggle functionality from the html f...blackbird2006-10-301-4/+2
* [svn] fixed "pygmentize -L" bug (but the output format looks strange on an 80...blackbird2006-10-301-1/+1
* [svn] Add ==dev download URL.0.5gbrandl2006-10-301-0/+2
* [svn] Release preparation.gbrandl2006-10-306-10/+22
* [svn] More pylint fixes, update BBcode formatter to new style API.gbrandl2006-10-3017-48/+44
* [svn] Fix condensed_ruby example lexing.gbrandl2006-10-303-4/+2
* [svn] Implement goto label support for C, C++, Delphi.gbrandl2006-10-303-8/+10
* [svn] Fix an error in GenshiTextLexer and DelegatingLexer.gbrandl2006-10-302-3/+4
* [svn] Add a new unit test, reduce size of some examples, fix a few errors.gbrandl2006-10-3010-36937/+96
* [svn] FIx.gbrandl2006-10-291-3/+0
* [svn] Typo.gbrandl2006-10-291-1/+1
* [svn] Fix some pylint errors.gbrandl2006-10-294-6/+9
* [svn] Remove altlast.gbrandl2006-10-291-3/+0
* [svn] Add bracket tracing to brainfuck lexer.gbrandl2006-10-281-4/+17
* [svn] Some fixes, add docs for new features.gbrandl2006-10-287-32/+126
* [svn] Add mime type selection for lexers.gbrandl2006-10-2812-61/+112
* [svn] added `guess_lexer_for_filename` method that automatically detects dial...blackbird2006-10-283-40/+145
* [svn] Py2.3 fixes.gbrandl2006-10-281-2/+3
* [svn] update TODO.gbrandl2006-10-284-18/+34
* [svn] Correct token indices in the raw token lexer.gbrandl2006-10-282-1/+5
* [svn] added jinja support to django lexerblackbird2006-10-282-27/+29
* [svn] added JavascriptGenshiLexer and CssGenshiLexerblackbird2006-10-282-2/+29
* [svn] Rename example files.gbrandl2006-10-282-0/+0
* [svn] Add genshi text lexer.gbrandl2006-10-285-2/+75
* [svn] rebuilt _mapping.py for .kid genshi extensionblackbird2006-10-281-1/+1
* [svn] fixed HtmlGenshiLexer, added more analyse_text methods and updated exam...blackbird2006-10-282-106/+185
* [svn] fixed copy/paste issue (grrr)blackbird2006-10-281-1/+1
* [svn] added missing filenames attribute for genshi lexerblackbird2006-10-281-0/+1
* [svn] added matt_good's genshi lexer (thx :D)blackbird2006-10-282-2/+80
* [svn] checked in changes from the last days. including:blackbird2006-10-278-57/+352
* [svn] Rename test file so that it's processed with the correct lexer.gbrandl2006-10-251-0/+0
* [svn] Add support for some missing C99 keywords.gbrandl2006-10-251-4/+4
* [svn] Add "bf" brainfuck alias.gbrandl2006-10-242-2/+2
* [svn] Handle ?= and += and := assignments in Makefiles.gbrandl2006-10-231-1/+1
* [svn] Test commit to see if DAV works with includes again.gbrandl2006-10-231-3/+1
* [svn] Update make check.gbrandl2006-10-2239-118/+117
* [svn] added section about plugins in the coreblackbird2006-10-221-0/+7
* [svn] added experimental (untested) plugin support. i'll try writing some plu...blackbird2006-10-226-5/+160
* [svn] Test doc rebuild hook.gbrandl2006-10-221-1/+1
* [svn] added php5 keywords to php lexerblackbird2006-10-221-1/+3
* [svn] removed property regex (i think we don't need them really) and addded s...blackbird2006-10-221-11/+2
* [svn] Don't error out in C#'s using (resource).gbrandl2006-10-221-0/+1
* [svn] Disable C# lexer property detection for now. It's too complicated.gbrandl2006-10-221-5/+5
* [svn] Another C# lexer fix.gbrandl2006-10-221-1/+1
* [svn] Fix C# lexer.gbrandl2006-10-221-2/+2
* [svn] another small update in c# lexer for multiline stringsblackbird2006-10-221-1/+2
* [svn] fixed small bugs in c# and python lexerblackbird2006-10-222-2/+2
* [svn] added "pygmentize" to the installation documentationblackbird2006-10-201-0/+1
* [svn] Avoid failing if no docstring given for a formatter class. Fixes #121.gbrandl2006-10-201-0/+2