summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* Ignore import errors in the tests.0.10Georg Brandl2008-05-061-1/+1
* Rename version to 0.10. Select codename.Georg Brandl2008-05-068-15/+15
* Makefile lexer fixes by Tim.Georg Brandl2008-05-061-11/+7
* Fix function name highlighting in Java and C#, and interface names in Java.Georg Brandl2008-05-062-8/+8
* Update from author.Georg Brandl2008-05-061-1/+2
* Add Logtalk lexer, by Paulo Moura.Georg Brandl2008-05-042-2/+190
* #326: Add function name highlighting to Erlang lexer.Georg Brandl2008-05-041-2/+33
* Merge.Georg Brandl2008-05-041-1/+2
|\
| * django/jinja lexer supports jinja2's new pseudokeywords nowmitsuhiko2008-05-031-1/+2
* | Clarification.Georg Brandl2008-05-041-2/+3
|/
* Fixed bug #324: Tcl lexer is highlighting parts of names as keywordsdelroth2008-04-291-2/+2
* Automated merge with ssh://team@pocoo.org/pygments-mainmitsuhiko2008-04-297-58/+107
|\
| * #323: mark lua builtins as such.Georg Brandl2008-04-291-1/+1
| * Entities may not have spaces.Georg Brandl2008-04-291-2/+2
| * Fix at-rule handling in the CSS lexer.Georg Brandl2008-04-291-4/+8
| * Fix missing name.Georg Brandl2008-04-271-0/+1
| * New default commandprefix for latex fmter.Georg Brandl2008-04-201-13/+10
| * Allow Unicode identifiers in py3 lexer.Georg Brandl2008-04-103-35/+79
| * Highlight ip addresses in apacheconf lexer.thatch2008-04-061-0/+1
| * Allow ellipsis in apacheconf lexer, for easier examples.thatch2008-04-061-1/+2
| * Highlight case labels somewhat better.Georg Brandl2008-04-062-2/+3
* | added missing keywords to django/jinja lexermitsuhiko2008-04-291-1/+1
|/
* Rename `GenericMakefileLexer` back to `MakefileLexer` to be less confusingthatch2008-04-032-5/+5
* Revert unnecessary change enabling vim stylethatch2008-04-021-1/+0
* Add new Makefile lexer that should be able to handle BSD and/or GNUthatch2008-04-023-35/+73
* Include the bundled vim-like style in STYLE_MAPthatch2008-04-021-0/+1
* Bash lexer should treat ; as a command separator to correctly parse code likethatch2008-04-021-0/+1
* Fix provided `pygments.lexers._mapping` for Dylan lexer's name change in [0dc...thatch2008-04-021-1/+1
* Improve bash lexer to support math:thatch2008-04-021-0/+8
* Automated merge with ssh://team@pocoo.org/pygments-mainmitsuhiko2008-04-021-1/+1
|\
| * renamed dylan lexermitsuhiko2008-04-021-1/+1
* | Add S/R lexer by Laurent Gautier.Georg Brandl2008-03-282-3/+75
* | Add Python3 lexer by Nick Efford.Georg Brandl2008-03-281-19/+87
* | Display preprocessor stuff more visibly in the terminal formatter.Georg Brandl2008-03-261-0/+1
* | #320: ActionScript 3 support.Georg Brandl2008-03-251-17/+49
* | Add 4 lexers by Stou Sandalski.Georg Brandl2008-03-186-11/+311
* | Make the image formatter work on Windows.Georg Brandl2008-03-171-33/+88
* | Fix directive name regex.Georg Brandl2008-03-151-1/+1
* | Some fixes in the image formatter.Georg Brandl2008-03-151-16/+19
* | Merge with image formatter branch.Georg Brandl2008-03-0511-30/+527
|\ \
| * | Add Matlab lexers, by Ken Schutte.Georg Brandl2008-03-052-4/+154
| * | Support doc comments in the PHP lexer (#285).Georg Brandl2008-03-051-1/+2
| * | Fix comment handling in the batch lexer.Georg Brandl2008-03-051-3/+4
| * | Add black/white style.Georg Brandl2008-03-022-1/+51
| |/
| * fixed merging mistakemitsuhiko2008-03-011-1/+3
| * Automated merge with ssh://team@pocoo.org/pygments-mainmitsuhiko2008-03-0110-20/+189
| |\
| | * Add Darcs patch lexer, by Max Battcher.Georg Brandl2008-02-223-3/+46
| | * When highlighting PHP builtins, use Name.Builtin as token type.Georg Brandl2008-01-281-1/+1
| | * #318: handle format specs in the Perl lexer.Georg Brandl2008-01-111-0/+6
| | * #317: JavaScript lexer recognizes A-F as hex digits now.Georg Brandl2008-01-111-1/+1