source: highlight perl signatures as Type instead of Error
[sheet.git] / base.css
index 7cafc571efa0afb2f22abd64337ab2b25e0097f8..ffa59a56a697250aff18b8b6def61127724824f8 100644 (file)
--- a/base.css
+++ b/base.css
@@ -504,10 +504,10 @@ table.dimap {
 /* code syntax */
 .sy-comment    { color: #888 }
 .sy-constant   { color: #008 }
-.sy-type,
 .sy-identifier { color: #804 }
 .sy-statement  { }
 .sy-preProc    { }
+.sy-type,
 .sy-special    { color: #408 }
 .sy-error      { font-weight: bold; background-color: #F00; color: #FFF }
 .sy-todo       { background-color: #FF0 }