| 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 | 4 | -0/+41 |
| |\ |
|
| | * | 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 |
| | * | Exclude editor temp files from examplefiles tests | 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 |
| * | | Convert lexer and formatter tests to test generators, so that one failure doe... | Georg Brandl | 2010-02-18 | 1 | -175/+187 |
| * | | - Added the ``ensurenl`` lexer option, which can be used to suppress the | Georg Brandl | 2010-02-18 | 1 | -0/+25 |
| * | | 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 |
| * | | Fix opening unicode file under Py3k. | Georg Brandl | 2010-02-18 | 1 | -2/+4 |
| * | | Rename test files to avoid selecting the wrong lexers. | Georg Brandl | 2010-02-18 | 2 | -0/+0 |
| * | | Remove unused imports. | Georg Brandl | 2010-02-18 | 1 | -2/+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 | 15 | -30/+156 |
| |\ |
|
| | * | 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 |
| | * | Happy new year! | Georg Brandl | 2010-01-01 | 12 | -12/+12 |
| | * | Remove 2.3 compatibility requirement. | gbrandl | 2009-11-23 | 2 | -18/+7 |
| * | | 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 running for running from src dir. | gbrandl | 2009-09-15 | 1 | -2/+5 |
| * | Fix Python 3 compatibility of test runner. | gbrandl | 2009-09-15 | 1 | -3/+5 |
| * | Make sure test suite runs the right Pygments. | gbrandl | 2009-09-15 | 1 | -1/+12 |
| * | Consistency fixes in the test suite. | gbrandl | 2009-09-15 | 7 | -24/+21 |
| * | 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 |
| * | Unbreak examplefile tests with DOS newlines. | thatch | 2009-06-21 | 1 | -0/+1 |
| * | merge with Tim | gbrandl | 2009-04-12 | 2 | -0/+56 |
| |\ |
|
| | * | Add ASP.net lexers | thatch | 2009-02-19 | 2 | -0/+56 |
| * | | Port Pygments to Python 3.1. | gbrandl | 2009-03-31 | 5 | -26/+51 |
| |/ |
|
| * | 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 |
| * | Merge with pygments-main | thatch | 2009-01-04 | 3 | -0/+890 |
| |\ |
|