| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add Hybris lexer (#506). | Georg Brandl | 2011-01-03 | 1 | -0/+174 |
| * | Fix class/procedure name highlighting in VB.NET lexer (#624). Add a .vb test... | Georg Brandl | 2011-01-03 | 1 | -0/+407 |
| * | Fix lexing of Dylan string and char literals (#628). | Georg Brandl | 2011-01-03 | 1 | -0/+4 |
| * | Add protobuf example file. | Georg Brandl | 2011-01-03 | 1 | -0/+30 |
| * | merge with tim | Georg Brandl | 2011-01-03 | 1 | -1/+2 |
| |\ |
|
| | * | updated test file and updated web.py to have some fixes for entity and... | Steve Spigarelli | 2010-12-20 | 1 | -1/+2 |
| * | | make check: whitespace errors | Tim Hatch | 2010-12-21 | 1 | -1/+1 |
| * | | Add examplefiles for GoodData | Tim Hatch | 2010-12-21 | 2 | -0/+58 |
| * | | Allow rfc822-style continuation in ini files (#494) | Tim Hatch | 2010-12-21 | 1 | -0/+10 |
| * | | Add missing examplefiles | Tim Hatch | 2010-12-21 | 2 | -0/+18 |
| * | | Initial support for ssp files (#473) | Tim Hatch | 2010-12-21 | 1 | -0/+12 |
| * | | Fix parsing of haskell imports (#527) | Tim Hatch | 2010-12-21 | 1 | -0/+4 |
| * | | Support stripped heredocs for (ba)sh (#526) | Tim Hatch | 2010-12-20 | 1 | -0/+3 |
| * | | Add new Autohotkey lexer (#417) | Tim Hatch | 2010-12-20 | 1 | -0/+181 |
| |/ |
|
| * | added new xquery lexer | Steve Spigarelli | 2010-10-28 | 1 | -0/+135 |
| * | Switch to bitbucket as main repo. | Georg Brandl | 2010-09-07 | 1 | -1/+1 |
| * | adding lexer for JBST markup with JavaScript code blocks | mckamey | 2010-09-12 | 2 | -0/+73 |
| * | Add PostScript lexer (#486). | Georg Brandl | 2010-08-22 | 1 | -0/+515 |
| * | merge with tim | Georg Brandl | 2010-08-22 | 3 | -2/+481 |
| |\ |
|
| | * | Added a Factor lexer (#520). | Georg Brandl | 2010-08-22 | 1 | -0/+384 |
| | * | Improve lexing of Perl numbers | Jon Jensen | 2010-07-23 | 1 | -0/+62 |
| | * | Allow storing and comparing output between test runs. | Georg Brandl | 2010-07-22 | 1 | -2/+35 |
| * | | Add properties examplefile | Tim Hatch | 2010-06-07 | 1 | -0/+16 |
| * | | #487: Apply patch for BlitzMax Basic support | Tim Hatch | 2010-06-04 | 1 | -0/+145 |
| * | | Swap newspeak example file due to noncommercial restriction in license (#507) | Tim Hatch | 2010-06-02 | 2 | -3518/+69 |
| * | | 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. | Georg Brandl | 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 |