diff trunk/src/format.css @ 58:50bb7fc9db44

- The types of integers are recognized now. - Fix: continue statement missing in integer scanner.
author aziz
date Fri, 29 Jun 2007 05:47:00 +0000
parents f65a83c27638
children 9c866aadcb5b
line wrap: on
line diff
--- a/trunk/src/format.css	Thu Jun 28 12:47:05 2007 +0000
+++ b/trunk/src/format.css	Fri Jun 29 05:47:00 2007 +0000
@@ -12,6 +12,7 @@
   margin: 1em;
 }
 compilerinfo error { display: block; }
+n { color: teal; }
 k { color: darkblue; font-weight: bold; }
 c[c=lc], c[c=bc] { color: green; }
 c[c=nc] { color: darkgreen; }