about summary refs log tree commit diff stats
path: root/scratch.vim
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-11-09 18:23:05 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-09 18:23:05 -0800
commit44de0079e5a5a3c46370fd70af790beb886c052e (patch)
treec25dc68bb7f1e108e19c501330be208bec350bdb /scratch.vim
parentedc1514fa3f147fe0d6c60bdb5b0afdd68b73c4d (diff)
downloadmu-44de0079e5a5a3c46370fd70af790beb886c052e.tar.gz
266 - update html
Diffstat (limited to 'scratch.vim')
-rw-r--r--scratch.vim5
1 files changed, 1 insertions, 4 deletions
diff --git a/scratch.vim b/scratch.vim
index 08e885b9..72ce7d32 100644
--- a/scratch.vim
+++ b/scratch.vim
@@ -8,7 +8,7 @@ TOhtml
 %s,\<nil literal,<span class="MuConstant">t</span> literal,gc
 %s,\<t literal,<span class="MuConstant">t</span> literal,gc
 
-map ` :s,<.*,<span class="Mu">&</span>,<CR>
+map ` :s,[{}<].*,<span class="Mu">&</span>,<CR>
 
   " supercedes
   %s,<.*break.*,<span class="Mu">&</span>,gc
@@ -32,6 +32,3 @@ a { color:#4444ff; }
 .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.