| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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. | Georg Brandl | 2009-09-15 | 1 | -12/+0 |
| * | Fix test suite failures and set today as release date. | Georg Brandl | 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. | Georg Brandl | 2009-02-06 | 1 | -0/+94 |
| * | Add Modelica Lexer, by Dietmar Winkler. | Georg Brandl | 2009-02-06 | 1 | -0/+158 |
| * | merge | Georg Brandl | 2009-02-06 | 1 | -0/+33 |
| |\ |
|
| | * | Add Evoque lexers, by Mario Ruggier. | Georg Brandl | 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. | Georg Brandl | 2008-11-16 | 2 | -505/+4394 |
| * | Next version will be 1.0. | Georg Brandl | 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 |
| * | Support more delimiters for perl regular expressions, as discussed in #258 | thatch | 2008-08-14 | 1 | -0/+120 |
| * | Forgot sqlite3 example file | thatch | 2008-08-14 | 1 | -0/+27 |
| * | Bring Objective C lexer up to date with 2.0 features | thatch | 2008-08-13 | 2 | -0/+35 |
| * | POV-Ray lexer provided by pi31 on the irc channel. Clsoes #348. | thatch | 2008-08-05 | 2 | -0/+31 |
| * | Add Clojure lexer. | Georg Brandl | 2008-07-29 | 1 | -0/+510 |
| * | Merge from http://code.timhatch.com/hg/pygments-tim. | Georg Brandl | 2008-07-26 | 1 | -0/+333 |
| |\ |
|
| | * | Add a Gnuplot lexer. | Georg Brandl | 2008-07-26 | 1 | -0/+333 |
| * | | Add Cheetah/Spitfire lexer, thanks to Matt Good in #346 | thatch | 2008-07-24 | 1 | -0/+13 |
| * | | Fixes for nasm lexer, to close #337: | thatch | 2008-07-24 | 2 | -0/+126 |
| * | | Add lexer for Nginx config files. | thatch | 2008-07-23 | 1 | -0/+118 |
| * | | Add basic lighttpd config lexer | thatch | 2008-07-23 | 1 | -0/+13 |
| |/ |
|
| * | Merge after yaml lexer addition. | Georg Brandl | 2008-05-24 | 1 | -0/+302 |
| |\ |
|
| | * | initial imlementation of YAMLLexer by Kirll Simonov <xi@resolvent.net>, with ... | Jeff Kowalczyk | 2008-05-20 | 1 | -0/+302 |
| * | | Add AS3 example. | Georg Brandl | 2008-05-24 | 1 | -0/+143 |
| |/ |
|
| * | Add Logtalk lexer, by Paulo Moura. | Georg Brandl | 2008-05-04 | 1 | -0/+343 |
| * | Fix at-rule handling in the CSS lexer. | Georg Brandl | 2008-04-29 | 1 | -0/+19 |