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