The blob action now has simple (but functioning) syntax highlighting (thanks to jrock...
[catagits/Gitalist.git] / lib / Gitalist / Controller / Root.pm
index 75f5e5f..7f54f8c 100644 (file)
@@ -78,6 +78,8 @@ sub blob : Local {
       blob   => $c->model('GPP')->get_object($c->req->param('h'))->content,
       action => 'blob',
   );
+
+  $c->forward('View::Syntax');
 }
 
 sub reflog : Local {