view trunk/src/format.css @ 33:cf3047cf3cd2

- Added code for parsing back quote and raw strings. - Made F lower-case in scanPostFix(). - Added more operators to be output in <op> tags.
author aziz
date Mon, 25 Jun 2007 19:04:03 +0000
parents 3a9daccf7d96
children 5055947e0f98
line wrap: on
line source

sourcetext {
  display: block;
  white-space: pre;
  font-family: Monospace;
  font-size: 0.8em;
}
k { color: darkblue; font-weight: bold; }
c { color: green; }
i { color: darkblue; }
sl { color: red; }
cl { color: purple; }
op { color: royalblue; }
br { color: orange; }