| Commit message (Collapse) | 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 |
| | | | | | console traceback, resulting in clobbered output. | ||||
| * | 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 |
| | | | | | | text. Also make the truncated traceback detection work for either type of `File...` line. | ||||
| * | 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 ↵ | Tim Hatch | 2009-02-06 | 1 | -0/+1 |
| |/ | | | | literals. | ||||
| * | 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 |
| | | | | | | test_examplefiles.py doesn't do content-based checking when there are multiple lexers for the same extension. | ||||
| * | 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 |
| | | | | | | | This allows multiple lexers to support the same file extensions (say .pl for prolog or perl). When the file text is not provided, it will probably do the wrong thing (so -N mode of pygmentize will still be a wild guess). | ||||
| * | 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 |
| | | | | | | PythonTracebackLexer, which once again allows SyntaxError to work for pytb files. Add example file to make sure of this in the future. | ||||
| * | 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 |
| | | | | | Closes #360. | ||||
| * | 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 |
| | | | | | (properties and so-called "fast enumerations") | ||||
| * | 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 MULTILINE flag so preproc lines starting with `%` work * be more lenient with trailing whitespace on lines * test example files from nasm097s | ||||
| * | | 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 |
| | | | | | | | | | passing example.yaml testfile | ||||
| * | | 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 |
| | | |||||
