| Commit message (Expand) | Author | Age | Files | Lines |
| * | Include all files in external/.1.3 | Georg Brandl | 2010-03-01 | 1 | -1/+1 |
| * | Added tag 1.3 for changeset d98f24774e92 | Georg Brandl | 2010-03-01 | 0 | -0/+0 |
| * | Update version info and codename. | Georg Brandl | 2010-03-01 | 3 | -3/+3 |
| * | Remove unused constant. | Georg Brandl | 2010-03-01 | 1 | -2/+0 |
| * | Add Modula-2 lexer, contributed by Benjamin Kowarsch. | Georg Brandl | 2010-03-01 | 6 | -1/+1044 |
| * | Allow shebang line in Lua lexer. | Georg Brandl | 2010-03-01 | 2 | -1/+6 |
| * | Clojure: Recognize \# correctly. | Georg Brandl | 2010-03-01 | 2 | -2/+2 |
| * | It seems ObjC names can contain $. | Georg Brandl | 2010-03-01 | 2 | -10/+10 |
| * | Properly recognize numbers in Smalltalk lexer. | Georg Brandl | 2010-03-01 | 2 | -2/+3 |
| * | Add changelog entry for small fixes. | Georg Brandl | 2010-03-01 | 1 | -0/+2 |
| * | Debian control lexer: recognize arch tags | Georg Brandl | 2010-03-01 | 1 | -0/+1 |
| * | Add a last-resort closing-brace token for Tcl. It is miscounting braces in v... | Georg Brandl | 2010-03-01 | 1 | -0/+1 |
| * | Fix a few problems. | Georg Brandl | 2010-03-01 | 1 | -10/+17 |
| * | Allow lone $ and ; (can occur in regexes). | Georg Brandl | 2010-03-01 | 1 | -0/+1 |
| * | Improve matching of q-operators in Perl. | Georg Brandl | 2010-03-01 | 1 | -2/+2 |
| * | Added a bash completion script for `pygmentize`, to the external/ directory (... | Georg Brandl | 2010-03-01 | 3 | -0/+47 |
| * | #467: highlight stray comment closer as error in C/C++ lexers. | Georg Brandl | 2010-03-01 | 2 | -0/+5 |
| * | #469: use bash lexer for .ksh scripts. | Georg Brandl | 2010-03-01 | 2 | -4/+4 |
| * | Fixed regex highlighting bugs in Perl lexer (#258), this time for m/.../. | Georg Brandl | 2010-03-01 | 2 | -1/+3 |
| * | Allow giving explicit lexer name. | Georg Brandl | 2010-03-01 | 1 | -9/+15 |
| * | #472: use setuptools script generation if possible. Has much better usabilit... | Georg Brandl | 2010-03-01 | 1 | -1/+14 |
| * | Added support for PHP 5.3 namespaces in the PHP lexer. | Georg Brandl | 2010-03-01 | 4 | -5/+16 |
| * | Allow fields without body. | Georg Brandl | 2010-03-01 | 1 | -2/+3 |
| * | Allow colons in rst directive/role names. | Georg Brandl | 2010-03-01 | 1 | -4/+4 |
| * | Fix test suite: there are problems with groups being None. | Georg Brandl | 2010-02-28 | 2 | -7/+7 |
| * | RstLexer: recognize line blocks, better highlighting for references. | Georg Brandl | 2010-02-28 | 1 | -4/+9 |
| * | rst lexer: add substitution defs, better highlighting for directives. | Georg Brandl | 2010-02-28 | 2 | -1/+8 |
| * | #476: fix a ruby regex mishighlighting. | Georg Brandl | 2010-02-21 | 2 | -1/+3 |
| * | Add an option to show all tokens. | Georg Brandl | 2010-02-21 | 1 | -11/+22 |
| * | Add attribution for Ada lexer. | Georg Brandl | 2010-02-18 | 1 | -0/+1 |
| * | 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 | 4 | -3/+44 |
| * | Add CoffeeScript lexer, by Jeremy Ashkenas. | Georg Brandl | 2010-02-18 | 5 | -2/+669 |
| * | Make the find_error script more usable: make it possible to inspect the state... | Georg Brandl | 2010-02-18 | 1 | -8/+90 |
| * | Add Ada lexer, from http://github.com/joesmoe10/Ada-Pygments-Lexer/. | Georg Brandl | 2010-02-18 | 4 | -3/+342 |
| * | Fix opening unicode file under Py3k. | Georg Brandl | 2010-02-18 | 2 | -2/+8 |
| * | Rename test files to avoid selecting the wrong lexers. | Georg Brandl | 2010-02-18 | 2 | -0/+0 |
| * | Remove compatibility "sets" imports. | Georg Brandl | 2010-02-18 | 16 | -70/+16 |
| * | Remove undefined name from __all__. | Georg Brandl | 2010-02-18 | 1 | -1/+1 |
| * | Remove unused imports. | Georg Brandl | 2010-02-18 | 1 | -2/+0 |
| * | Merge. | Georg Brandl | 2010-02-17 | 0 | -0/+0 |
| |\ |
|
| | * | Ignore .ropeproject. | Georg Brandl | 2010-02-17 | 1 | -0/+1 |
| * | | Gherkin lexer: Fixed single apostrophe bug and added new i18n keywords. | Aslak Helles?y | 2010-02-01 | 2 | -15/+12 |
| * | | Haml/Sass lexers: add "new in", changelog and authors entry. | Georg Brandl | 2010-01-30 | 3 | -5/+16 |
| * | | Support Haml multiline notation. | Nathan Weizenbaum | 2009-11-13 | 1 | -13/+17 |
| * | | Extract out the Haml indentation lexing for use in Sass. | Nathan Weizenbaum | 2009-11-13 | 1 | -38/+48 |
| * | | Support indentation-based Haml blocks. | Nathan Weizenbaum | 2009-11-12 | 1 | -6/+53 |
| * | | Add a Sass lexer. | Nathan Weizenbaum | 2009-11-12 | 2 | -1/+240 |
| * | | Add a basic Haml lexer that doesn't pay any attention to indentation. | Nathan Weizenbaum | 2009-11-21 | 2 | -1/+83 |
| * | | Objective-J lexer: Clean up, regenerate mapping, add to CHANGES, add AUTHORS,... | Georg Brandl | 2010-01-30 | 5 | -33/+661 |