The blob action now has simple (but functioning) syntax highlighting (thanks to jrock...
[catagits/Gitalist.git] / lib / Gitalist / View / Default.pm
index 2c65caa..e418acf 100644 (file)
@@ -34,4 +34,10 @@ __PACKAGE__->config(
        WRAPPER            => 'default.tt2',
 );
 
+# before end => sub {
+#     my ( $self, $c ) = @_;
+#     return unless $c->stash->{syntax_highlight};
+#     $c->forward( 'View::SyntaxHighlight', $c->stash->{syntax_highlight} );
+# };
+
 __PACKAGE__->meta->make_immutable(inline_constructor => 0);