summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add Asymptote lexer, by Olivier Guibe.Georg Brandl2010-01-011-0/+131
* Fixed lexing of some Ruby quoting peculiarities (#460).Georg Brandl2010-01-011-0/+0
* Happy new year!Georg Brandl2010-01-0112-12/+12
* Remove 2.3 compatibility requirement.gbrandl2009-11-232-18/+7
* Add example file for !CMakethatch2009-09-181-0/+42
* Implement #437, making the Python traceback lexer cope with non-tracebackthatch2009-09-182-0/+19
* Remove pseudo license statements from test.html.gbrandl2009-09-151-12/+0
* Fix test running for running from src dir.gbrandl2009-09-151-2/+5
* Fix Python 3 compatibility of test runner.gbrandl2009-09-151-3/+5
* Make sure test suite runs the right Pygments.gbrandl2009-09-151-1/+12
* Consistency fixes in the test suite.gbrandl2009-09-157-24/+21
* Fix test suite failures and set today as release date.gbrandl2009-09-153-0/+0
* Apply patch from #419 for matlab functions without return typesthatch2009-07-071-0/+3
* #416: Add support for Newspeakthatch2009-06-212-0/+3522
* #403: Make JS regex parsing better, by Pumbaa80thatch2009-06-211-0/+48
* Example file for #395thatch2009-06-211-0/+47
* Unbreak examplefile tests with DOS newlines.thatch2009-06-211-0/+1
* merge with Timgbrandl2009-04-122-0/+56
|\
| * Add ASP.net lexersthatch2009-02-192-0/+56
* | Port Pygments to Python 3.1.gbrandl2009-03-315-26/+51
|/
* Add Rebol lexer, by David Oliva.gbrandl2009-02-061-0/+94
* Add Modelica Lexer, by Dietmar Winkler.gbrandl2009-02-061-0/+158
* mergegbrandl2009-02-061-0/+33
|\
| * Add Evoque lexers, by Mario Ruggier.gbrandl2009-02-061-0/+33
* | Fix #387 by adding semicolong to the list of backslash-escaped character lite...Tim Hatch2009-02-061-0/+1
|/
* Allow ellipsis arguments, the remaining part of #389Tim Hatch2009-02-041-0/+3
* ActionScript3 fixes for function args from #389Tim Hatch2009-02-041-0/+46
* Merge with pygments-mainthatch2009-01-043-0/+890
|\
| * Fix another Ragel roundtrip error and rename examplefiles sincethatch2009-01-032-9/+2
| * Add Antlr/Ragel lexer from #345thatch2009-01-032-0/+897
* | Update copyrighting style to standard "team" tags.gbrandl2009-01-0411-22/+22
|/
* Support guessing even with a filename (#355)thatch2008-12-311-0/+0
* In the tests, be more clear about what lexer generated an error tokenthatch2008-12-311-1/+2
* First draft of a Prolog lexerthatch2008-12-292-0/+32
* Add simple (ba)sh console lexerthatch2008-12-281-0/+17
* Add rough GLSL lexer (#369)thatch2008-12-282-0/+20
* Add Erlang shell (erl) lexerthatch2008-12-281-0/+10
* Explicitly use binary file mode.gbrandl2008-11-251-3/+3
* file() -> open() in tests.gbrandl2008-11-254-7/+7
* Remove unused import.gbrandl2008-11-251-1/+1
* #374: Update to SmalltalkLexer by Nils Winter.gbrandl2008-11-162-505/+4394
* #371: HTML formatter options can be Unicode strings.gbrandl2008-11-151-6/+18
* Next version will be 1.0.gbrandl2008-11-153-7/+22
* Fix #368 by requiring word boundaries for codetag filter.thatch2008-10-081-0/+16
* Add modified AppleScript lexer, to close #330thatch2008-09-242-0/+15
* Make test_examplefiles show a better error when there are strange filesthatch2008-09-241-0/+5
* Give Python3TracebackLexer a new name since it was shadowing the mainthatch2008-09-241-1/+0
* Make JavascriptLexer's regex detection a little smarter (#356)thatch2008-09-241-0/+22
* Merge with Tim.gbrandl2008-09-248-172/+214
|\
| * Add old test runner (I'm nostalgic.)gbrandl2008-09-231-0/+138