From 6534ec0cdf373f99826c355f6c799acf966c4c01 Mon Sep 17 00:00:00 2001 From: Erik Osheim Date: Wed, 10 Jun 2009 19:58:44 -0400 Subject: [PATCH] python coloring bug --HG-- branch : pmacs2 --- mode/python.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mode/python.py b/mode/python.py index 7ebfb19..7bb02bf 100644 --- a/mode/python.py +++ b/mode/python.py @@ -558,8 +558,7 @@ class Python(mode.Fundamental): closetags = {')': '(', ']': '[', '}': '{'} commentc = '#' colors = { - #'python.def': ('blue', 'default', 'bold'), - 'python.def': ('red532', 'default', 'bold'), + 'python.def': ('blue', 'default', 'bold'), 'python.class': ('yellow', 'default', 'bold'), 'python.decorator': ('magenta', 'default'), 'python.reserved': ('magenta', 'default', 'bold'),