summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Ignore import errors in the tests.0.10Georg Brandl2008-05-061-2/+9
|
* Add Logtalk lexer, by Paulo Moura.Georg Brandl2008-05-041-0/+343
|
* Fix at-rule handling in the CSS lexer.Georg Brandl2008-04-291-0/+19
|
* Allow Unicode identifiers in py3 lexer.Georg Brandl2008-04-101-0/+2
|
* Add new Makefile lexer that should be able to handle BSD and/or GNUthatch2008-04-022-0/+820
| | | | preprocessor directives, and regenerate map files
* Enhance testfile.Georg Brandl2008-03-281-0/+35
|
* Add S/R lexer by Laurent Gautier.Georg Brandl2008-03-281-0/+84
|
* Add 4 lexers by Stou Sandalski.Georg Brandl2008-03-183-0/+1651
|
* Add matlab example files.Georg Brandl2008-03-052-0/+64
|
* Fix comment handling in the batch lexer.Georg Brandl2008-03-051-0/+3
|
* Add Smalltalk example file.Georg Brandl2007-12-141-0/+505
|
* Add Common Lisp and Debian Control file lexer.Georg Brandl2007-10-141-0/+1202
|
* Add -P option to command line mode.Georg Brandl2007-10-141-0/+6
|
* Add literate Haskell lexer.Georg Brandl2007-10-142-0/+793
|
* Fix a bug in the Python lexer and a bug in the HTML formatter.Georg Brandl2007-10-141-1/+1
|
* Make the lua lexer recognize multiline comments.Georg Brandl2007-09-291-0/+250
|
* Add a new test for the latest RegexLexer change, multiple new statesGeorg Brandl2007-09-281-0/+37
| | | | including '#pop'.
* this fixes #294.mitsuhiko2007-09-231-0/+11
|
* Add the new squid.conf lexer from ticket #py1.Georg Brandl2007-09-101-0/+27
|
* Add Erlang example file.Georg Brandl2007-09-091-0/+169
|
* Fix the test_basic_api.Georg Brandl2007-09-091-1/+1
|
* added example file for weechatlogwelterde2007-09-091-0/+9
|
* [svn] normalized some windows newlinesblackbird2007-09-071-21/+21
|
* [svn] applied patches from #291blackbird2007-09-071-0/+21
|
* [svn] Add MOOCode lexer.welterde2007-08-212-0/+77
|
* [svn] Add a formerly bad Java method RE case, to avoid regressions.Georg Brandl2007-08-181-0/+2
|
* [svn] Added gettext catalog lexer.Georg Brandl2007-07-072-2/+2466
|
* [svn] Reduce example file size.Georg Brandl2007-05-307-26061/+0
|
* [svn] Fix an example file ^^Georg Brandl2007-05-291-1/+1
|
* [svn] Add a test file for the vim lexer.Georg Brandl2007-05-292-1/+5149
|
* [svn] Apply patches by Tim, add MiniD lexer from Jarrett and new example files.Georg Brandl2007-05-282-0/+1878
|
* [svn] added MuPAD lexerwelterde2007-05-061-0/+102
|
* [svn] Make the C# lexer unicode aware.Georg Brandl2007-05-031-1/+8
| | | | | Warning, major hack ahead: the code to support multiple token defs is not the prettiest.
* [svn] Add whitespace filter. Add a few more filter unit tests.Georg Brandl2007-05-032-6/+34
|
* [svn] Make mapfiles, make check, add D test file, make reindent.Georg Brandl2007-04-255-10/+147
|
* [svn] added RedcodeLexerwelterde2007-04-051-0/+17
|
* [svn] added jinjadesignerdoc testfileblackbird2007-03-251-0/+713
|
* [svn] Add Haskell lexer by Adam Blinkinsop.Georg Brandl2007-03-241-0/+378
|
* [svn] Fix a cmdline bug.Georg Brandl2007-02-252-0/+55
|
* [svn] Add a new test for pygments.util, fix coverage test.Georg Brandl2007-02-182-4/+90
|
* [svn] Add support for code coverage analysis.Georg Brandl2007-02-181-6/+28
|
* [svn] Fix #204.Georg Brandl2007-02-151-0/+14
|
* [svn] Fix test_html_formatter.Georg Brandl2007-02-151-2/+2
|
* [svn] Fix test_cmdline.Georg Brandl2007-02-151-1/+2
|
* [svn] Add a first version of the Moin parser.Georg Brandl2007-02-141-2/+8
|
* [svn] Make check.Georg Brandl2007-02-144-6/+8
|
* [svn] Add tests for filters.Georg Brandl2007-02-142-3/+27
|
* [svn] Test that the HTML formatter output is complete.Georg Brandl2007-02-142-8/+15
|
* [svn] A test case for the external CSS function of the HTML formatter.Georg Brandl2007-02-141-10/+27
|
* [svn] Add validation test for HTML formatter.Georg Brandl2007-02-149-1/+2639
|