/* perl things */
/* vim: set ts=4 sw=4 sts=4 et : */
.pl_array,
.pl_hash,
.pl_symboltable,
.pl_scalar        { color: #222299; }
.pl_number,
.pl_backticks,
.pl_character,
.pl_string,
.pl_string_q,
.pl_string_qq,
.pl_string_qr,
.pl_string_qx,
.pl_here_delim,
.pl_here_q,
.pl_here_qq,
.pl_here_qx,
.pl_longquote     { color: #007700; }
.pl_default       { color: #000000; }
.pl_error         { color: #ff0000; }
.pl_preprocessor,
.pl_regex,
.pl_regsubst      { color: #993300; }
.pl_word          { color: #999900; }
.pl_identifier    { color: #222299; }
.pl_operator,
.pl_punctuation   { color: #009999; }
.pl_pod,
.pl_datasection,
.pl_commentline   { color: #9999ff; }

/* python things */
.p_default     { color: #000000; }
.p_word        { color: #999900; }
.p_identifier  { color: #222299; }
.p_defname     { color: #000000; }
.p_operator    { color: #009999; }
.p_number,
.p_string,
.p_character   { color: #007700; }
.p_commentline,
.p_comment     { color: #9999ff; }
