summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 491: add Verilog lexerthatch2010-05-051-0/+19
|
* Merge with -mainthatch2010-05-054-0/+41
|\
| * 489: support unicode and raw docstrings in Pythonthatch2010-05-051-0/+11
| |
| * Add Ioke test filethatch2010-05-051-0/+24
| |
| * 496: add testthatch2010-05-051-0/+3
| |
| * Exclude editor temp files from examplefiles teststhatch2010-05-051-0/+3
| |
* | Add Modula-2 lexer, contributed by Benjamin Kowarsch.Georg Brandl2010-03-012-0/+844
| |
* | Added support for PHP 5.3 namespaces in the PHP lexer.Georg Brandl2010-03-011-1/+8
| |
* | Convert lexer and formatter tests to test generators, so that one failure ↵Georg Brandl2010-02-181-175/+187
| | | | | | | | does not prevent running the others.
* | - Added the ``ensurenl`` lexer option, which can be used to suppress theGeorg Brandl2010-02-181-0/+25
| | | | | | | | | | | | | | | | automatic addition of a newline to the lexer input. - Fixed a bug in `do_insertions()` used for multi-lexer languages. - Added tests for standard lexer whitespace options.
* | Add CoffeeScript lexer, by Jeremy Ashkenas.Georg Brandl2010-02-181-0/+603
| |
* | Add Ada lexer, from http://github.com/joesmoe10/Ada-Pygments-Lexer/.Georg Brandl2010-02-181-0/+211
| |
* | Fix opening unicode file under Py3k.Georg Brandl2010-02-181-2/+4
| |
* | Rename test files to avoid selecting the wrong lexers.Georg Brandl2010-02-182-0/+0
| |
* | Remove unused imports.Georg Brandl2010-02-181-2/+0
|/
* Objective-J lexer: Clean up, regenerate mapping, add to CHANGES, add ↵Georg Brandl2010-01-301-0/+611
| | | | AUTHORS, and add test file to test suite.
* merge with timGeorg Brandl2010-01-0715-30/+156
|\
| * Fix mishandling of an ellipsis in place of the frames in a PythonGeorg Brandl2010-01-021-0/+6
| | | | | | | | console traceback, resulting in clobbered output.
| * 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
| |
* | Integrate Felix lexer (#441)thatch2009-10-081-0/+57
| |
* | Support R Console sessions (#439)thatch2009-10-081-0/+38
| |
* | Integrate haXe lexer (#444)thatch2009-10-081-0/+584
| |
* | Add Coldfusion support (#424)thatch2009-10-081-0/+38
|/
* Add example file for !CMakethatch2009-09-181-0/+42
|
* Implement #437, making the Python traceback lexer cope with non-tracebackthatch2009-09-182-0/+19
| | | | | text. Also make the truncated traceback detection work for either type of `File...` line.
* 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
| | | | | This appears to have been broken in the last commit to this file, for Py3k compat in a88f6c3aefe0 by removing universal newline mode.
* 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 ↵Tim Hatch2009-02-061-0/+1
|/ | | | literals.
* 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
|\