| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | Handle a few more errors gracefully. | Georg Brandl | 2008-01-11 | 1 | -2/+2 | |
| | | * | Add .properties as an INI file extension. | Georg Brandl | 2007-12-14 | 2 | -2/+2 | |
| | | * | Add more extensions to XML lexer. #315. | Georg Brandl | 2007-12-14 | 2 | -2/+2 | |
| | | * | Add Smalltalk lexer, #300. | Georg Brandl | 2007-12-14 | 3 | -3/+76 | |
| | | * | Fix #309: more c++ extensions. | Georg Brandl | 2007-12-14 | 2 | -2/+2 | |
| | | * | Marge. | Georg Brandl | 2007-12-14 | 1 | -1/+1 | |
| | | |\ | ||||||
| | | | * | Fix #314. | Georg Brandl | 2007-12-14 | 1 | -1/+1 | |
| | | * | | improved a bit | welterde | 2007-11-25 | 1 | -1/+4 | |
| | | * | | added inital version of IoLexer | welterde | 2007-11-25 | 2 | -1/+41 | |
| | | |/ | ||||||
| | | * | Perl lexer fixes by dominique@quatravaux.org. | Georg Brandl | 2007-11-09 | 1 | -2/+2 | |
| | * | | added Tcl lexer | sah | 2008-03-01 | 2 | -3/+131 | |
| * | | | initial import of Image Formatter | Ali Afshar | 2007-11-06 | 2 | -1/+403 | |
| | |/ |/| | ||||||
| * | | Better mercurial <-> setuptools interaction. | Georg Brandl | 2007-10-21 | 1 | -0/+4 | |
| |/ | ||||||
| * | marged | mitsuhiko | 2007-10-21 | 1 | -1/+1 | |
| |\ | ||||||
| | * | <foo> http://bar is not highlighted as prefix any more in the irc lexer | mitsuhiko | 2007-10-21 | 1 | -1/+1 | |
| * | | Fix not-so-optimal backtracking regexp in mupad lexer. | Georg Brandl | 2007-10-15 | 2 | -2/+2 | |
| * | | Update version number. | Georg Brandl | 2007-10-14 | 1 | -1/+1 | |
| * | | Add SVG in decsription.0.9 | Georg Brandl | 2007-10-14 | 1 | -1/+1 | |
| |/ | ||||||
| * | A last AUTHORS update. | Georg Brandl | 2007-10-14 | 1 | -1/+1 | |
| * | Update AUTHORS again, move copyright info to file top. | Georg Brandl | 2007-10-14 | 1 | -4/+3 | |
| * | Make check. | Georg Brandl | 2007-10-14 | 3 | -3/+4 | |
| * | Fix a doc error. | Georg Brandl | 2007-10-14 | 1 | -5/+8 | |
| * | Add SVG formatter. | Georg Brandl | 2007-10-14 | 2 | -0/+155 | |
| * | Add Common Lisp and Debian Control file lexer. | Georg Brandl | 2007-10-14 | 5 | -7/+475 | |
| * | Add .sc to Python lexer extensions. | Georg Brandl | 2007-10-14 | 2 | -2/+2 | |
| * | marged | mitsuhiko | 2007-10-14 | 2 | -3/+77 | |
| |\ | ||||||
| | * | added mysql lexer and fixed bug in html formatter | mitsuhiko | 2007-10-14 | 3 | -4/+78 | |
| | * | updated _mapping.py | mitsuhiko | 2007-10-12 | 2 | -2/+2 | |
| | * | marged | mitsuhiko | 2007-10-12 | 3 | -17/+23 | |
| | |\ | ||||||
| | * | | added mimetype to haskell lexer | mitsuhiko | 2007-10-12 | 1 | -0/+1 | |
| * | | | Add -P option to command line mode. | Georg Brandl | 2007-10-14 | 1 | -13/+31 | |
| * | | | Add literate Haskell lexer. | Georg Brandl | 2007-10-14 | 2 | -4/+79 | |
| * | | | Fix a bug in the Python lexer and a bug in the HTML formatter. | Georg Brandl | 2007-10-14 | 2 | -2/+2 | |
| | |/ |/| | ||||||
| * | | Fix #287 and add a note about how to circumvent the line number line height | Georg Brandl | 2007-10-06 | 1 | -12/+16 | |
| * | | Improvements to the string escape handling and parse speed for the Haskell lexer | Tim Hatch | 2007-10-02 | 1 | -5/+6 | |
| * | | Make the lua lexer recognize multiline comments. | Georg Brandl | 2007-09-29 | 1 | -0/+1 | |
| |/ | ||||||
| * | fixed asm lexers, fixed #pop / #push in multitarget | mitsuhiko | 2007-09-28 | 2 | -12/+14 | |
| * | a simple '#pop' is not possible for multiple targets too | mitsuhiko | 2007-09-27 | 1 | -3/+8 | |
| * | r'' is better than r'(?:)' | mitsuhiko | 2007-09-23 | 1 | -2/+2 | |
| * | this fixes #294. | mitsuhiko | 2007-09-23 | 1 | -2/+11 | |
| * | ooops. added asm.py i forgot | mitsuhiko | 2007-09-23 | 1 | -0/+261 | |
| * | merged | mitsuhiko | 2007-09-22 | 1 | -0/+6 | |
| |\ | ||||||
| | * | added assambler lexers contributed by Frits van Bommel | mitsuhiko | 2007-09-22 | 1 | -0/+6 | |
| * | | make check. | Georg Brandl | 2007-09-15 | 2 | -3/+3 | |
| * | | Fix D lexer RE. | Georg Brandl | 2007-09-12 | 1 | -1/+1 | |
| * | | Add the new squid.conf lexer from ticket #py1. | Georg Brandl | 2007-09-10 | 2 | -2/+136 | |
| * | | Add the Erlang lexer from ticket #284. Thanks jerith! | Georg Brandl | 2007-09-09 | 2 | -1/+76 | |
| * | | fixed empty-message bug(warning: hack) | welterde | 2007-09-09 | 1 | -3/+5 | |
| * | | fixed start/end markers of weechat-logs | welterde | 2007-09-09 | 1 | -1/+3 | |
| |/ | ||||||
| * | integrated weechatlog lexer directly into the existing irc lexer | mitsuhiko | 2007-09-09 | 2 | -35/+15 | |
