branch : pmacs2
This commit is contained in:
moculus 2009-04-20 19:52:13 +00:00
parent 0017d5eac3
commit dbdf37411d
1 changed files with 2 additions and 0 deletions

View File

@ -691,6 +691,7 @@ class Perl(Fundamental):
colors = {
# comments
'endblock.start': ('red', 'default', 'bold'),
'endblock.data': ('red', 'default', 'bold'),
'endblock.null': ('red', 'default', 'bold'),
'endblock.end': ('red', 'default', 'bold'),
@ -728,6 +729,7 @@ class Perl(Fundamental):
# heredoc/evaldoc
'heredoc.start': ('green', 'default', 'bold'),
'heredoc.data': ('green', 'default', 'bold'),
'heredoc.null': ('green', 'default', 'bold'),
'heredoc.end': ('green', 'default', 'bold'),
'evaldoc.start': ('cyan', 'default', 'bold'),