From fb80da830652d2bc5adade3d5a7b30b0f79fcf97 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 18 Oct 2014 17:57:24 -0700 Subject: 153 --- scratch.vim | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 scratch.vim (limited to 'scratch.vim') diff --git a/scratch.vim b/scratch.vim new file mode 100644 index 00000000..08e885b9 --- /dev/null +++ b/scratch.vim @@ -0,0 +1,37 @@ +" random commands used interactively to build mu.arc.t.html + +TOhtml +%s,<.*<-.*,&,gc +%s,<-,&,g +%s/Constant[^>]*>[^>]*> literal/Mu&/gc +%s/Constant[^>]*>[^>]*> offset/Mu&/gc +%s,\t literal,gc +%s,\t literal,gc + +map ` :s,<.*,&, + + " 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; } + +; In the rest of this file we'll highlight lines of the assembly language +; and deemphasize the (ugly) test harness. -- cgit 1.4.1-2-gfad0