parent
8c51514da6
commit
e41e1ae8e0
|
@ -178,7 +178,11 @@ class Perl(mode2.Fundamental):
|
||||||
'string2.end': color.build('green', 'default'),
|
'string2.end': color.build('green', 'default'),
|
||||||
|
|
||||||
# `` strings
|
# `` strings
|
||||||
'evalstring': color.build('cyan', 'default'),
|
'evalstring.start.': color.build('cyan', 'default'),
|
||||||
|
'evalstring.null': color.build('cyan', 'default'),
|
||||||
|
'string1.escaped': color.build('magenta', 'default'),
|
||||||
|
'string1.deref': color.build('yellow', 'default'),
|
||||||
|
'evalstring.end': color.build('cyan', 'default'),
|
||||||
|
|
||||||
# quoted region
|
# quoted region
|
||||||
'quoted': color.build('cyan', 'default'),
|
'quoted': color.build('cyan', 'default'),
|
||||||
|
|
Loading…
Reference in New Issue