summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
...
| | * Handle a few more errors gracefully.Georg Brandl2008-01-111-2/+2
| | * Add .properties as an INI file extension.Georg Brandl2007-12-142-2/+2
| | * Add more extensions to XML lexer. #315.Georg Brandl2007-12-142-2/+2
| | * Add Smalltalk lexer, #300.Georg Brandl2007-12-143-3/+76
| | * Fix #309: more c++ extensions.Georg Brandl2007-12-142-2/+2
| | * Marge.Georg Brandl2007-12-141-1/+1
| | |\
| | | * Fix #314.Georg Brandl2007-12-141-1/+1
| | * | improved a bitwelterde2007-11-251-1/+4
| | * | added inital version of IoLexerwelterde2007-11-252-1/+41
| | |/
| | * Perl lexer fixes by dominique@quatravaux.org.Georg Brandl2007-11-091-2/+2
| * | added Tcl lexersah2008-03-012-3/+131
* | | initial import of Image FormatterAli Afshar2007-11-062-1/+403
| |/ |/|
* | Better mercurial <-> setuptools interaction.Georg Brandl2007-10-211-0/+4
|/
* margedmitsuhiko2007-10-211-1/+1
|\
| * <foo> http://bar is not highlighted as prefix any more in the irc lexermitsuhiko2007-10-211-1/+1
* | Fix not-so-optimal backtracking regexp in mupad lexer.Georg Brandl2007-10-152-2/+2
* | Update version number.Georg Brandl2007-10-141-1/+1
* | Add SVG in decsription.0.9Georg Brandl2007-10-141-1/+1
|/
* A last AUTHORS update.Georg Brandl2007-10-141-1/+1
* Update AUTHORS again, move copyright info to file top.Georg Brandl2007-10-141-4/+3
* Make check.Georg Brandl2007-10-143-3/+4
* Fix a doc error.Georg Brandl2007-10-141-5/+8
* Add SVG formatter.Georg Brandl2007-10-142-0/+155
* Add Common Lisp and Debian Control file lexer.Georg Brandl2007-10-145-7/+475
* Add .sc to Python lexer extensions.Georg Brandl2007-10-142-2/+2
* margedmitsuhiko2007-10-142-3/+77
|\
| * added mysql lexer and fixed bug in html formattermitsuhiko2007-10-143-4/+78
| * updated _mapping.pymitsuhiko2007-10-122-2/+2
| * margedmitsuhiko2007-10-123-17/+23
| |\
| * | added mimetype to haskell lexermitsuhiko2007-10-121-0/+1
* | | Add -P option to command line mode.Georg Brandl2007-10-141-13/+31
* | | Add literate Haskell lexer.Georg Brandl2007-10-142-4/+79
* | | Fix a bug in the Python lexer and a bug in the HTML formatter.Georg Brandl2007-10-142-2/+2
| |/ |/|
* | Fix #287 and add a note about how to circumvent the line number line heightGeorg Brandl2007-10-061-12/+16
* | Improvements to the string escape handling and parse speed for the Haskell lexerTim Hatch2007-10-021-5/+6
* | Make the lua lexer recognize multiline comments.Georg Brandl2007-09-291-0/+1
|/
* fixed asm lexers, fixed #pop / #push in multitargetmitsuhiko2007-09-282-12/+14
* a simple '#pop' is not possible for multiple targets toomitsuhiko2007-09-271-3/+8
* r'' is better than r'(?:)'mitsuhiko2007-09-231-2/+2
* this fixes #294.mitsuhiko2007-09-231-2/+11
* ooops. added asm.py i forgotmitsuhiko2007-09-231-0/+261
* mergedmitsuhiko2007-09-221-0/+6
|\
| * added assambler lexers contributed by Frits van Bommelmitsuhiko2007-09-221-0/+6
* | make check.Georg Brandl2007-09-152-3/+3
* | Fix D lexer RE.Georg Brandl2007-09-121-1/+1
* | Add the new squid.conf lexer from ticket #py1.Georg Brandl2007-09-102-2/+136
* | Add the Erlang lexer from ticket #284. Thanks jerith!Georg Brandl2007-09-092-1/+76
* | fixed empty-message bug(warning: hack)welterde2007-09-091-3/+5
* | fixed start/end markers of weechat-logswelterde2007-09-091-1/+3
|/
* integrated weechatlog lexer directly into the existing irc lexermitsuhiko2007-09-092-35/+15