From b96af395b9af2ff9df94b3e82213171f30827c8d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 5 May 2015 21:17:24 -0700 Subject: 1276 - make C++ version the default I've tried to update the Readme, but there are at least a couple of issues. --- arc/scratch.vim | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 arc/scratch.vim (limited to 'arc/scratch.vim') diff --git a/arc/scratch.vim b/arc/scratch.vim new file mode 100644 index 00000000..83b05539 --- /dev/null +++ b/arc/scratch.vim @@ -0,0 +1,50 @@ +" 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; } -- cgit 1.4.1-2-gfad0