diff trunk/src/format.css @ 9:5d6968cc751e

- Parsing string and character literals now (rudimentary implementation.)
author aziz
date Sat, 23 Jun 2007 07:46:00 +0000
parents 9980a2a34236
children cdf788d8bdaf
line wrap: on
line diff
--- a/trunk/src/format.css	Fri Jun 22 20:41:04 2007 +0000
+++ b/trunk/src/format.css	Sat Jun 23 07:46:00 2007 +0000
@@ -5,4 +5,6 @@
   font-size: 0.8em;
 }
 c { color: green; }
-i { color: darkblue;}
\ No newline at end of file
+i { color: darkblue; }
+sl { color: red; }
+cl { color: purple; }
\ No newline at end of file