# HG changeset patch # User Aziz K?ksal # Date 1197755487 -3600 # Node ID 772ffdb18fd4848434f2c968a8ee7e6e86448084 # Parent f203c5248d0b3c071dcc5fc7c0d0ae2e249f30c6 Fix: added 'Cent' to enum TID. Updated CSS files. diff -r f203c5248d0b -r 772ffdb18fd4 trunk/src/dil/Types.d --- a/trunk/src/dil/Types.d Sat Dec 15 22:25:18 2007 +0100 +++ b/trunk/src/dil/Types.d Sat Dec 15 22:51:27 2007 +0100 @@ -226,6 +226,7 @@ Cfloat = TOK.Cfloat, Cdouble = TOK.Cdouble, Creal = TOK.Creal, + Cent = TOK.Cent, Ucent = TOK.Ucent, Undefined, diff -r f203c5248d0b -r 772ffdb18fd4 trunk/src/dil_html.css --- a/trunk/src/dil_html.css Sat Dec 15 22:25:18 2007 +0100 +++ b/trunk/src/dil_html.css Sat Dec 15 22:51:27 2007 +0100 @@ -46,7 +46,6 @@ .ople { content: "≤"; } /*<=*/ .opge { content: "≥"; } /*>=*/ .oplg { content: "≶"; } /*<>*/ - /* d = Declaration s = Statement @@ -55,6 +54,8 @@ o = Other */ /* .d { background-color: #FFDDDD; } */ -/* .e { background-color: #DDDDFF;} */ +/* .e { background-color: #DDDDFF; } */ .d.Module .i, .d.Import .i { color: blue; } -.t .i { color: #119; } \ No newline at end of file +.t .i { color: #911; } +.t .br, .t .op { color: #911; } +.t .k { color: #911; font-weight: normal; } diff -r f203c5248d0b -r 772ffdb18fd4 trunk/src/dil_xml.css --- a/trunk/src/dil_xml.css Sat Dec 15 22:25:18 2007 +0100 +++ b/trunk/src/dil_xml.css Sat Dec 15 22:51:27 2007 +0100 @@ -46,10 +46,6 @@ op[t=le] { content: "≤"; } /*<=*/ op[t=ge] { content: "≥"; } /*>=*/ op[t=lg] { content: "≶"; } /*<>*/ -o[t=Linkage] i, o[t=Linkage] op -{ - color: red; -} /* d = Declaration s = Statement @@ -57,7 +53,13 @@ t = Type o = Other */ +o[t=Linkage] i, o[t=Linkage] op +{ + color: red; +} /* d { background-color: #FFDDDD; } */ -/* e { background-color: #DDDDFF;} */ +/* e { background-color: #DDDDFF; } */ d[t=Module] i, d[t=Import] i { color: blue; } -t > i { color: #119; } \ No newline at end of file +t > i { color: #911; } +t > br, t > op { color: #911; } +t[t=Integral] k { color: #911; font-weight: normal; }