Sha256: 0e189f4738e512dd098948afbbe5e425b98d4e4cd9e24f2bd09bb812d8efc80b
Contents?: true
Size: 447 Bytes
Versions: 59
Compression:
Stored size: 447 Bytes
Contents
/* * CodePress color styles for Perl syntax highlighting * By J. Nick Koston */ b {color:#7F0055;font-weight:bold;} /* reserved words */ i, i b, i s, i em, i a, i u {color:gray;font-weight:normal;} /* comments */ s, s b, s a, s em, s u {color:#2A00FF;font-weight:normal;} /* strings */ a {color:#006700;font-weight:bold;} /* variables */ em {color:darkblue;font-weight:bold;} /* functions */ u {font-weight:bold;} /* special chars */
Version data entries
59 entries across 59 versions & 2 rubygems