The blob action now has simple (but functioning) syntax highlighting (thanks to jrock...
[catagits/Gitalist.git] / templates / blob.tt2
1 <link rel="stylesheet" type="text/css" href="/static/css/syntax-dark.css"/>
2 <div>
3 <pre class='blob'>
4 [% blob %]
5 </pre>
6 </div>