python coloring bug

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2009-06-10 19:58:44 -04:00
parent c27e561865
commit 6534ec0cdf
1 changed files with 1 additions and 2 deletions

View File

@ -558,8 +558,7 @@ class Python(mode.Fundamental):
closetags = {')': '(', ']': '[', '}': '{'} closetags = {')': '(', ']': '[', '}': '{'}
commentc = '#' commentc = '#'
colors = { colors = {
#'python.def': ('blue', 'default', 'bold'), 'python.def': ('blue', 'default', 'bold'),
'python.def': ('red532', 'default', 'bold'),
'python.class': ('yellow', 'default', 'bold'), 'python.class': ('yellow', 'default', 'bold'),
'python.decorator': ('magenta', 'default'), 'python.decorator': ('magenta', 'default'),
'python.reserved': ('magenta', 'default', 'bold'), 'python.reserved': ('magenta', 'default', 'bold'),