diff options
author | gbrandl <devnull@localhost> | 2007-01-11 22:35:03 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-01-11 22:35:03 +0100 |
commit | 1b5283acf2cb4706a4ae1e47d9dce7711f801d2e (patch) | |
tree | f1469ce6c03e6ab376fb8a85ce5db4b6b6b57273 /docs/src | |
parent | 011acbe9a8896bb444c07e48448a0510844fb109 (diff) | |
download | pygments-1b5283acf2cb4706a4ae1e47d9dce7711f801d2e.tar.gz |
[svn] Added Python traceback lexer by Tim Hatch.
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/lexers.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/src/lexers.txt b/docs/src/lexers.txt index 92cb816f..52c192d0 100644 --- a/docs/src/lexers.txt +++ b/docs/src/lexers.txt @@ -91,6 +91,15 @@ Agile languages :Mimetypes: None +`PythonTracebackLexer` + + For Python tracebacks. + + :Aliases: ``pytb`` + :Filename patterns: ``*.pytb`` + :Mimetypes: ``application/x-python-traceback`` + + `RubyLexer` For `Ruby <http://www.ruby-lang.org>`_ source code. |