branch : pmacs2
This commit is contained in:
moculus 2008-08-07 23:17:57 +00:00
parent daa843abba
commit 68c262fc9d
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ class Perl(mode.Fundamental):
'escaped': ('magenta', 'default', 'bold'),
'null': ('default', 'default', 'bold'),
'sub': ('cyan', 'default', 'bold'),
'prototype': ('magenta', 'default', 'bold'),
'prototype': ('yellow', 'default', 'bold'),
'operator': ('default', 'default', 'bold'),
'noperator': ('magenta', 'default', 'bold'),
'endblock': ('red', 'default', 'bold'),