parent
c27e561865
commit
6534ec0cdf
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue