| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add Logtalk lexer, by Paulo Moura. | Georg Brandl | 2008-05-04 | 1 | -0/+343 |
| * | Fix at-rule handling in the CSS lexer. | Georg Brandl | 2008-04-29 | 1 | -0/+19 |
| * | Allow Unicode identifiers in py3 lexer. | Georg Brandl | 2008-04-10 | 1 | -0/+2 |
| * | Add new Makefile lexer that should be able to handle BSD and/or GNU | thatch | 2008-04-02 | 2 | -0/+820 |
| * | Enhance testfile. | Georg Brandl | 2008-03-28 | 1 | -0/+35 |
| * | Add S/R lexer by Laurent Gautier. | Georg Brandl | 2008-03-28 | 1 | -0/+84 |
| * | Add 4 lexers by Stou Sandalski. | Georg Brandl | 2008-03-18 | 3 | -0/+1651 |
| * | Add matlab example files. | Georg Brandl | 2008-03-05 | 2 | -0/+64 |
| * | Fix comment handling in the batch lexer. | Georg Brandl | 2008-03-05 | 1 | -0/+3 |
| * | Add Smalltalk example file. | Georg Brandl | 2007-12-14 | 1 | -0/+505 |
| * | Add Common Lisp and Debian Control file lexer. | Georg Brandl | 2007-10-14 | 1 | -0/+1202 |
| * | Add literate Haskell lexer. | Georg Brandl | 2007-10-14 | 2 | -0/+793 |
| * | Make the lua lexer recognize multiline comments. | Georg Brandl | 2007-09-29 | 1 | -0/+250 |
| * | this fixes #294. | mitsuhiko | 2007-09-23 | 1 | -0/+11 |
| * | Add the new squid.conf lexer from ticket #py1. | Georg Brandl | 2007-09-10 | 1 | -0/+27 |
| * | Add Erlang example file. | Georg Brandl | 2007-09-09 | 1 | -0/+169 |
| * | added example file for weechatlog | welterde | 2007-09-09 | 1 | -0/+9 |
| * | [svn] normalized some windows newlines | blackbird | 2007-09-07 | 1 | -21/+21 |
| * | [svn] applied patches from #291 | blackbird | 2007-09-07 | 1 | -0/+21 |
| * | [svn] Add MOOCode lexer. | welterde | 2007-08-21 | 2 | -0/+77 |
| * | [svn] Add a formerly bad Java method RE case, to avoid regressions. | Georg Brandl | 2007-08-18 | 1 | -0/+2 |
| * | [svn] Added gettext catalog lexer. | Georg Brandl | 2007-07-07 | 1 | -0/+2461 |
| * | [svn] Reduce example file size. | Georg Brandl | 2007-05-30 | 7 | -26061/+0 |
| * | [svn] Fix an example file ^^ | Georg Brandl | 2007-05-29 | 1 | -1/+1 |
| * | [svn] Add a test file for the vim lexer. | Georg Brandl | 2007-05-29 | 1 | -0/+5148 |
| * | [svn] Apply patches by Tim, add MiniD lexer from Jarrett and new example files. | Georg Brandl | 2007-05-28 | 2 | -0/+1878 |
| * | [svn] added MuPAD lexer | welterde | 2007-05-06 | 1 | -0/+102 |
| * | [svn] Make mapfiles, make check, add D test file, make reindent. | Georg Brandl | 2007-04-25 | 1 | -0/+135 |
| * | [svn] added RedcodeLexer | welterde | 2007-04-05 | 1 | -0/+17 |
| * | [svn] added jinjadesignerdoc testfile | blackbird | 2007-03-25 | 1 | -0/+713 |
| * | [svn] Add Haskell lexer by Adam Blinkinsop. | Georg Brandl | 2007-03-24 | 1 | -0/+378 |
| * | [svn] Shorten some testfiles, silence some pylint warnings, | Georg Brandl | 2007-02-14 | 8 | -28692/+1 |
| * | [svn] Copyright notice update. | Georg Brandl | 2007-02-04 | 1 | -10/+10 |
| * | [svn] Add OCaml examplefile. | Georg Brandl | 2007-02-03 | 1 | -0/+1213 |
| * | [svn] - add missing example files | Georg Brandl | 2007-01-25 | 2 | -0/+1492 |
| * | [svn] Added JSP and Batchfile lexers by Tim Hatch. | Georg Brandl | 2007-01-13 | 2 | -0/+70 |
| * | [svn] added support for html4 attributes in html lexer and fixed some small b... | blackbird | 2007-01-13 | 1 | -1/+17 |
| * | [svn] added sources.list test file | blackbird | 2007-01-12 | 1 | -0/+62 |
| * | [svn] Add MoinMoin test file. | Georg Brandl | 2007-01-11 | 1 | -0/+340 |
| * | [svn] Add pytb example file. | Georg Brandl | 2007-01-11 | 1 | -0/+16 |
| * | [svn] Fix #180. | Georg Brandl | 2007-01-08 | 1 | -0/+1 |
| * | [svn] Improve Unicode handling without encoding. | Georg Brandl | 2006-12-20 | 1 | -1100/+0 |
| * | [svn] added examplefile for apache lexer and improved it | blackbird | 2006-12-20 | 1 | -0/+393 |
| * | [svn] Patch #160 by Tim Hatch: byref functions in PHP. | Georg Brandl | 2006-12-19 | 1 | -0/+5 |
| * | [svn] Add a few example files. | Georg Brandl | 2006-12-16 | 2 | -0/+8071 |
| * | [svn] Add Groff lexer by Tim Hatch, find_error script, CSS lexer improvement. | Georg Brandl | 2006-12-10 | 2 | -0/+7901 |
| * | [svn] ported the myghty lexer by zzzeek (correct amount of zs and es?) to pyg... | blackbird | 2006-12-06 | 1 | -0/+166 |
| * | [svn] pygments: Add Scheme lexer. | Georg Brandl | 2006-11-26 | 1 | -0/+3105 |
| * | [svn] added improved pascal lexer | blackbird | 2006-11-18 | 1 | -1/+637 |
| * | [svn] Fix condensed_ruby example lexing. | Georg Brandl | 2006-10-30 | 1 | -2/+0 |