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