" random commands used interactively to build mu.arc.t.html
TOhtml
%s,<.*<-.*,&,gc
%s/Special"></Op">\</g
%s, <-, &,gc
%s/Constant[^>]*>[^>]*>[: ]literal/Mu&/gc
%s/Constant[^>]*>[^>]*>[: ]offset/Mu&/gc
%s,\t literal,gc
%s,\t literal,gc
%s,\,nil:literal,gc
%s,\,t:literal,gc
map ` :s,[^ ].*,&,
/function.*[
"b = `/n
map ; @b
/jump
/break
/reply
/loop
/sleep
/fork
/defer
/label1
/before.*[
/after.*[
" supercedes
%s,<.*break.*,&,gc
%s,<.*continue.*,&,gc
%s,<.*reply.*,&,gc
%s,<.*jump.*,&,gc
%s,<.*main.*,&,gc
%s,<.*test1.*,&,gc
%s,<.*test2.*,&,gc
%s,<.*f1.*,&,gc
%s,<.*f2.*,&,gc
pre { white-space: pre-wrap; font-family: monospace; color: #aaaaaa; background-color: #000000; }
body { font-family: monospace; color: #aaaaaa; background-color: #000000; }
a { color:#4444ff; }
* { font-size: 1em; }
.Constant, .MuConstant { color: #008080; }
.Comment { color: #8080ff; }
.Delimiter { color: #600060; }
.Normal { color: #aaaaaa; }
.Mu, .Mu .Normal, .Mu .Constant { color: #ffffff; }
.Op { color: #ff8888; }
.CommentedCode { color: #666666; }