| Commit message (Expand) | Author | Age | Files | Lines |
| * | 491: add Verilog lexer | thatch | 2010-05-05 | 2 | -1/+137 |
| * | Merge with -main | thatch | 2010-05-05 | 4 | -7/+199 |
| |\ |
|
| | * | 489: support unicode and raw docstrings in Python | thatch | 2010-05-05 | 1 | -2/+2 |
| | * | 502: Use full path for PIL module, to not rely on the pth file | thatch | 2010-05-05 | 1 | -1/+1 |
| | * | #465: integrate Ioke patch by Sam Aaron | thatch | 2010-05-05 | 2 | -2/+193 |
| | * | 496: allow seconds as units in css | thatch | 2010-05-05 | 1 | -1/+1 |
| | * | #504: support application/javascript mimetype in the JavascriptLexer | thatch | 2010-05-05 | 1 | -1/+2 |
| * | | With the ``noclasses`` option in the HTML formatter, some styles present in t... | Georg Brandl | 2010-04-25 | 1 | -4/+28 |
| * | | #499: Fix ocaml lexing of \\ in strings. | Georg Brandl | 2010-04-24 | 1 | -1/+1 |
| * | | Update to CoffeeScript lexer from Jeremy, http://gist.github.com/354926. | Georg Brandl | 2010-04-06 | 1 | -4/+6 |
| * | | #482: "file:method" is not a literal builtin, but a method of file objects. | Georg Brandl | 2010-03-12 | 1 | -9/+2 |
| * | | Two fixes to the Lua lexer (#480, #481). | Georg Brandl | 2010-03-12 | 1 | -4/+3 |
| * | | Update for 1.3.1 bugfix release.1.3.1 | Georg Brandl | 2010-03-05 | 1 | -1/+1 |
| * | | Update version info and codename. | Georg Brandl | 2010-03-01 | 1 | -1/+1 |
| * | | Remove unused constant. | Georg Brandl | 2010-03-01 | 1 | -2/+0 |
| * | | Add Modula-2 lexer, contributed by Benjamin Kowarsch. | Georg Brandl | 2010-03-01 | 2 | -1/+198 |
| * | | Allow shebang line in Lua lexer. | Georg Brandl | 2010-03-01 | 1 | -0/+5 |
| * | | Clojure: Recognize \# correctly. | Georg Brandl | 2010-03-01 | 1 | -1/+1 |
| * | | It seems ObjC names can contain $. | Georg Brandl | 2010-03-01 | 1 | -9/+9 |
| * | | Properly recognize numbers in Smalltalk lexer. | Georg Brandl | 2010-03-01 | 1 | -1/+1 |
| * | | 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 |
| * | | 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 |
| * | | #467: highlight stray comment closer as error in C/C++ lexers. | Georg Brandl | 2010-03-01 | 1 | -0/+3 |
| * | | #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 | 1 | -1/+1 |
| * | | Added support for PHP 5.3 namespaces in the PHP lexer. | Georg Brandl | 2010-03-01 | 1 | -4/+5 |
| * | | 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 | 1 | -2/+2 |
| * | | 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 | 1 | -1/+6 |
| * | | #476: fix a ruby regex mishighlighting. | Georg Brandl | 2010-02-21 | 1 | -1/+1 |
| * | | - Added the ``ensurenl`` lexer option, which can be used to suppress the | Georg Brandl | 2010-02-18 | 2 | -3/+14 |
| * | | Add CoffeeScript lexer, by Jeremy Ashkenas. | Georg Brandl | 2010-02-18 | 2 | -1/+63 |
| * | | Add Ada lexer, from http://github.com/joesmoe10/Ada-Pygments-Lexer/. | Georg Brandl | 2010-02-18 | 2 | -1/+128 |
| * | | Fix opening unicode file under Py3k. | Georg Brandl | 2010-02-18 | 1 | -0/+4 |
| * | | 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 |
| |/ |
|
| * | Gherkin lexer: Fixed single apostrophe bug and added new i18n keywords. | Aslak Helles?y | 2010-02-01 | 1 | -15/+10 |
| * | Haml/Sass lexers: add "new in", changelog and authors entry. | Georg Brandl | 2010-01-30 | 1 | -5/+14 |
| * | 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 | 2 | -33/+47 |
| * | Added Objective-J Lexer. | Paul Baumgart | 2010-01-25 | 1 | -0/+209 |
| * | Added the tilde operator to the django/jinja lexer. | mitsuhiko | 2010-01-24 | 1 | -1/+1 |