view trunk/src/format.css @ 28:3a9daccf7d96

- Added table for identifiers to Lexer. - Added keywords table. - Added keywords to TOK.
author aziz
date Sun, 24 Jun 2007 17:19:03 +0000
parents cdf788d8bdaf
children cf3047cf3cd2
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: orange; }
br { color: orange; }