| Commit message (Expand) | Author | Age | Files | Lines |
| * | 491: add Verilog lexer | thatch | 2010-05-05 | 1 | -0/+19 |
| * | Merge with -main | thatch | 2010-05-05 | 3 | -0/+38 |
| |\ |
|
| | * | 489: support unicode and raw docstrings in Python | thatch | 2010-05-05 | 1 | -0/+11 |
| | * | Add Ioke test file | thatch | 2010-05-05 | 1 | -0/+24 |
| | * | 496: add test | thatch | 2010-05-05 | 1 | -0/+3 |
| * | | Add Modula-2 lexer, contributed by Benjamin Kowarsch. | Georg Brandl | 2010-03-01 | 2 | -0/+844 |
| * | | Added support for PHP 5.3 namespaces in the PHP lexer. | Georg Brandl | 2010-03-01 | 1 | -1/+8 |
| * | | Add CoffeeScript lexer, by Jeremy Ashkenas. | Georg Brandl | 2010-02-18 | 1 | -0/+603 |
| * | | Add Ada lexer, from http://github.com/joesmoe10/Ada-Pygments-Lexer/. | Georg Brandl | 2010-02-18 | 1 | -0/+211 |
| * | | Rename test files to avoid selecting the wrong lexers. | Georg Brandl | 2010-02-18 | 2 | -0/+0 |
| |/ |
|
| * | Objective-J lexer: Clean up, regenerate mapping, add to CHANGES, add AUTHORS,... | Georg Brandl | 2010-01-30 | 1 | -0/+611 |
| * | merge with tim | Georg Brandl | 2010-01-07 | 3 | -0/+137 |
| |\ |
|
| | * | Fix mishandling of an ellipsis in place of the frames in a Python | Georg Brandl | 2010-01-02 | 1 | -0/+6 |
| | * | Add Asymptote lexer, by Olivier Guibe. | Georg Brandl | 2010-01-01 | 1 | -0/+131 |
| | * | Fixed lexing of some Ruby quoting peculiarities (#460). | Georg Brandl | 2010-01-01 | 1 | -0/+0 |
| * | | Integrate Felix lexer (#441) | thatch | 2009-10-08 | 1 | -0/+57 |
| * | | Support R Console sessions (#439) | thatch | 2009-10-08 | 1 | -0/+38 |
| * | | Integrate haXe lexer (#444) | thatch | 2009-10-08 | 1 | -0/+584 |
| * | | Add Coldfusion support (#424) | thatch | 2009-10-08 | 1 | -0/+38 |
| |/ |
|
| * | Add example file for !CMake | thatch | 2009-09-18 | 1 | -0/+42 |
| * | Implement #437, making the Python traceback lexer cope with non-traceback | thatch | 2009-09-18 | 2 | -0/+19 |
| * | Remove pseudo license statements from test.html. | gbrandl | 2009-09-15 | 1 | -12/+0 |
| * | Fix test suite failures and set today as release date. | gbrandl | 2009-09-15 | 3 | -0/+0 |
| * | Apply patch from #419 for matlab functions without return types | thatch | 2009-07-07 | 1 | -0/+3 |
| * | #416: Add support for Newspeak | thatch | 2009-06-21 | 2 | -0/+3522 |
| * | #403: Make JS regex parsing better, by Pumbaa80 | thatch | 2009-06-21 | 1 | -0/+48 |
| * | Example file for #395 | thatch | 2009-06-21 | 1 | -0/+47 |
| * | Add ASP.net lexers | thatch | 2009-02-19 | 2 | -0/+56 |
| * | Add Rebol lexer, by David Oliva. | gbrandl | 2009-02-06 | 1 | -0/+94 |
| * | Add Modelica Lexer, by Dietmar Winkler. | gbrandl | 2009-02-06 | 1 | -0/+158 |
| * | merge | gbrandl | 2009-02-06 | 1 | -0/+33 |
| |\ |
|
| | * | Add Evoque lexers, by Mario Ruggier. | gbrandl | 2009-02-06 | 1 | -0/+33 |
| * | | Fix #387 by adding semicolong to the list of backslash-escaped character lite... | Tim Hatch | 2009-02-06 | 1 | -0/+1 |
| |/ |
|
| * | Allow ellipsis arguments, the remaining part of #389 | Tim Hatch | 2009-02-04 | 1 | -0/+3 |
| * | ActionScript3 fixes for function args from #389 | Tim Hatch | 2009-02-04 | 1 | -0/+46 |
| * | Fix another Ragel roundtrip error and rename examplefiles since | thatch | 2009-01-03 | 2 | -9/+2 |
| * | Add Antlr/Ragel lexer from #345 | thatch | 2009-01-03 | 2 | -0/+897 |
| * | Support guessing even with a filename (#355) | thatch | 2008-12-31 | 1 | -0/+0 |
| * | First draft of a Prolog lexer | thatch | 2008-12-29 | 2 | -0/+32 |
| * | Add simple (ba)sh console lexer | thatch | 2008-12-28 | 1 | -0/+17 |
| * | Add rough GLSL lexer (#369) | thatch | 2008-12-28 | 2 | -0/+20 |
| * | Add Erlang shell (erl) lexer | thatch | 2008-12-28 | 1 | -0/+10 |
| * | #374: Update to SmalltalkLexer by Nils Winter. | gbrandl | 2008-11-16 | 2 | -505/+4394 |
| * | Next version will be 1.0. | gbrandl | 2008-11-15 | 2 | -6/+18 |
| * | Add modified AppleScript lexer, to close #330 | thatch | 2008-09-24 | 2 | -0/+15 |
| * | Give Python3TracebackLexer a new name since it was shadowing the main | thatch | 2008-09-24 | 1 | -1/+0 |
| * | Make JavascriptLexer's regex detection a little smarter (#356) | thatch | 2008-09-24 | 1 | -0/+22 |
| * | Regression test for Ruby heredoc fix in #366 | thatch | 2008-09-22 | 1 | -0/+8 |
| * | Add SyntaxError and KeyboardInterrupt support to PythonTracebackLexer. | thatch | 2008-08-25 | 2 | -0/+11 |
| * | Add example file and entry in CHANGES for Scala lexer | thatch | 2008-08-14 | 1 | -0/+6 |