summaryrefslogtreecommitdiff
path: root/pygments/styles/trac.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-10-30 10:52:36 +0100
committergbrandl <devnull@localhost>2006-10-30 10:52:36 +0100
commit5555cc89b14f0d30438d04eb535ca8c61fa6bd8a (patch)
tree152353a7fc55194412e5f871ea85451e0873e1f9 /pygments/styles/trac.py
parent2c0b1bae7a5f3416b75ca76fc93cad8bf422a08d (diff)
downloadpygments-5555cc89b14f0d30438d04eb535ca8c61fa6bd8a.tar.gz
[svn] More pylint fixes, update BBcode formatter to new style API.
Diffstat (limited to 'pygments/styles/trac.py')
-rw-r--r--pygments/styles/trac.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pygments/styles/trac.py b/pygments/styles/trac.py
index a7767f2f..bc676140 100644
--- a/pygments/styles/trac.py
+++ b/pygments/styles/trac.py
@@ -22,6 +22,8 @@ class TracStyle(Style):
Comment: 'italic #999988',
Comment.Preproc: 'bold noitalic #999999',
+ Operator: 'bold',
+
String: '#bb8844',
String.Regex: '#808000',