about summary refs log tree commit diff stats
path: root/render.vim
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-11-09 12:13:50 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-09 12:13:50 -0800
commitedc1514fa3f147fe0d6c60bdb5b0afdd68b73c4d (patch)
tree4ada8b1d529d9fd373d7b0bdb8495e896049d943 /render.vim
parentfc46ebddf0c802e3942d80446dcd6c8fc339c4fd (diff)
downloadmu-edc1514fa3f147fe0d6c60bdb5b0afdd68b73c4d.tar.gz
265
Diffstat (limited to 'render.vim')
-rw-r--r--render.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/render.vim b/render.vim
index f2c36685..b852240c 100644
--- a/render.vim
+++ b/render.vim
@@ -1,3 +1,6 @@
+" Highlight current matches (:help matchadd()) in html files.
+" Run this after TOhtml.vim converts your source file to html.
+
 " from $VIMRUNTIME/syntax/2html.vim
 let s:cterm_color = {
 	\   0: "#000000", 1: "#c00000", 2: "#008000", 3: "#804000", 
@@ -5,7 +8,6 @@ let s:cterm_color = {
 	\   8: "#808080", 9: "#ff6060", 10: "#00ff00", 11: "#ffff00",
 	\   12: "#8080ff", 13: "#ff40ff", 14: "#00ffff", 15: "#ffffff"
 	\ }
-
 if &t_Co == 256
   call extend(s:cterm_color, {
 	\   16: "#000000", 17: "#00005f", 18: "#000087", 19: "#0000af",