The blob action now has simple (but functioning) syntax highlighting (thanks to jrock...
[catagits/Gitalist.git] / templates / blob.tt2
index a4ff6c0..44c03ed 100644 (file)
@@ -1,5 +1,6 @@
+<link rel="stylesheet" type="text/css" href="/static/css/syntax-dark.css"/>
 <div>
-<pre>
+<pre class='blob'>
 [% blob %]
 </pre>
 </div>