summaryrefslogtreecommitdiff
path: root/pygments/styles/perldoc.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-02-12 23:38:46 +0100
committergbrandl <devnull@localhost>2007-02-12 23:38:46 +0100
commit8ac95bf314343f8db0ec8123296b60aefda8b02f (patch)
tree7813371046f03132d690b8556c857fc453e6c9b6 /pygments/styles/perldoc.py
parent16b1f0bb0fbc6ea7aab974cb220406632de4c7c0 (diff)
downloadpygments-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/perldoc.py')
-rw-r--r--pygments/styles/perldoc.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pygments/styles/perldoc.py b/pygments/styles/perldoc.py
index 0693bc0d..6ce06624 100644
--- a/pygments/styles/perldoc.py
+++ b/pygments/styles/perldoc.py
@@ -17,6 +17,9 @@ from pygments.token import Keyword, Name, Comment, String, Error, \
class PerldocStyle(Style):
+ """
+ Style similar to the style used in the perldoc code blocks.
+ """
background_color = '#eeeedd'
default_style = ''