diff options
author | gbrandl <devnull@localhost> | 2007-02-12 23:38:46 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-02-12 23:38:46 +0100 |
commit | 8ac95bf314343f8db0ec8123296b60aefda8b02f (patch) | |
tree | 7813371046f03132d690b8556c857fc453e6c9b6 /pygments/styles/trac.py | |
parent | 16b1f0bb0fbc6ea7aab974cb220406632de4c7c0 (diff) | |
download | pygments-8ac95bf314343f8db0ec8123296b60aefda8b02f.tar.gz |
[svn] Quite a few things:
- new pygmentize options, -F for filters and -H for detail help.
- an automatically-created formatter map
- better HTML formatter subclassing
Diffstat (limited to 'pygments/styles/trac.py')
-rw-r--r-- | pygments/styles/trac.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pygments/styles/trac.py b/pygments/styles/trac.py index 16808fe5..0e32986f 100644 --- a/pygments/styles/trac.py +++ b/pygments/styles/trac.py @@ -15,6 +15,9 @@ from pygments.token import Keyword, Name, Comment, String, Error, \ class TracStyle(Style): + """ + Port of the default trac highlighter design. + """ default_style = '' |