summaryrefslogtreecommitdiff
path: root/pygments/styles/emacs.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-08-14 21:41:37 +0200
committergbrandl <devnull@localhost>2007-08-14 21:41:37 +0200
commita220083920821af44034766e362ede0b99b8ba66 (patch)
treee24c352d3db0d655f8293bfa9270ef1c8cb90ba0 /pygments/styles/emacs.py
parent89e7afdfe68cf531138173e13f8deaf0bf9e814a (diff)
downloadpygments-a220083920821af44034766e362ede0b99b8ba66.tar.gz
[svn] Improve the Haskell lexer, add style entries for Keyword.Type.
Diffstat (limited to 'pygments/styles/emacs.py')
-rw-r--r--pygments/styles/emacs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/emacs.py b/pygments/styles/emacs.py
index c27268b8..0a01a39c 100644
--- a/pygments/styles/emacs.py
+++ b/pygments/styles/emacs.py
@@ -30,7 +30,7 @@ class EmacsStyle(Style):
Keyword: "bold #AA22FF",
Keyword.Pseudo: "nobold",
- Keyword.Type: "",
+ Keyword.Type: "bold #00BB00",
Operator: "#666666",
Operator.Word: "bold #AA22FF",