Files
gitolite/vimsyntax_.html
T

30 lines
1.1 KiB
HTML

<head>
<style>
body { background: #fff; margin-left: 40px; font-size: 0.9em; font-family: sans-serif; max-width: 800px; }
h1 { background: #ffb; margin-left: -30px; border-top: 5px solid #ccc; }
h2 { background: #ffb; margin-left: -20px; border-top: 3px solid #ddd; }
h3 { background: #ffb; margin-left: -10px; }
h4 { background: #ffb; }
code { font-size: 1.1em; background: #ddf; }
pre { margin-left: 2em; background: #ddf; }
pre code { font-size: 1.1em; background: #ddf; }
</style>
</head>
<p style="text-align:center">
<a href="master-toc.html">master TOC</a>
|
<a href="master-toc.html#README-vim">chapter TOC</a>
</p>
<h1>Vim Syntax Highlight</h1>
<p><a href="http://www.vim.org/">Vim</a> Syntax highlight for <code>gitolite.conf</code> can be found from:</p>
<ul>
<li><a href="http://www.vim.org/scripts/script.php?script_id=2900">vim.org script page</a> (Releases)</li>
<li><a href="http://github.com/tmatilai/gitolite.vim">GitHub</a> (Sources)</li>
</ul>