summaryrefslogtreecommitdiff
path: root/tests/examplefiles
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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.Georg Brandl2009-09-151-12/+0
|
* Fix test suite failures and set today as release date.Georg Brandl2009-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
|
* Add ASP.net lexersthatch2009-02-192-0/+56
|
* Add Rebol lexer, by David Oliva.Georg Brandl2009-02-061-0/+94
|
* Add Modelica Lexer, by Dietmar Winkler.Georg Brandl2009-02-061-0/+158
|
* mergeGeorg Brandl2009-02-061-0/+33
|\
| * Add Evoque lexers, by Mario Ruggier.Georg Brandl2009-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
|
* Fix another Ragel roundtrip error and rename examplefiles sincethatch2009-01-032-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 #345thatch2009-01-032-0/+897
|
* Support guessing even with a filename (#355)thatch2008-12-311-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 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
|
* #374: Update to SmalltalkLexer by Nils Winter.Georg Brandl2008-11-162-505/+4394
|
* Next version will be 1.0.Georg Brandl2008-11-152-6/+18
|
* Add modified AppleScript lexer, to close #330thatch2008-09-242-0/+15
|
* Give Python3TracebackLexer a new name since it was shadowing the mainthatch2008-09-241-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)thatch2008-09-241-0/+22
|
* Regression test for Ruby heredoc fix in #366thatch2008-09-221-0/+8
|
* Add SyntaxError and KeyboardInterrupt support to PythonTracebackLexer.thatch2008-08-252-0/+11
| | | | Closes #360.
* Add example file and entry in CHANGES for Scala lexerthatch2008-08-141-0/+6
|
* Support more delimiters for perl regular expressions, as discussed in #258thatch2008-08-141-0/+120
|
* Forgot sqlite3 example filethatch2008-08-141-0/+27
|
* Bring Objective C lexer up to date with 2.0 featuresthatch2008-08-132-0/+35
| | | | (properties and so-called "fast enumerations")
* POV-Ray lexer provided by pi31 on the irc channel. Clsoes #348.thatch2008-08-052-0/+31
|
* Add Clojure lexer.Georg Brandl2008-07-291-0/+510
|
* Merge from http://code.timhatch.com/hg/pygments-tim.Georg Brandl2008-07-261-0/+333
|\
| * Add a Gnuplot lexer.Georg Brandl2008-07-261-0/+333
| |
* | Add Cheetah/Spitfire lexer, thanks to Matt Good in #346thatch2008-07-241-0/+13
| |
* | Fixes for nasm lexer, to close #337:thatch2008-07-242-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.thatch2008-07-231-0/+118
| |
* | Add basic lighttpd config lexerthatch2008-07-231-0/+13
|/
* Merge after yaml lexer addition.Georg Brandl2008-05-241-0/+302
|\
| * initial imlementation of YAMLLexer by Kirll Simonov <xi@resolvent.net>, with ↵Jeff Kowalczyk2008-05-201-0/+302
| | | | | | | | passing example.yaml testfile
* | Add AS3 example.Georg Brandl2008-05-241-0/+143
|/
* 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
|