Serve lisp as text/plain
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 15 Feb 2015 21:23:59 +0000 (23:23 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 15 Feb 2015 21:23:59 +0000 (23:23 +0200)
lib/Plack/App/Gruntmaster.pm

index 66b5b6eb4843d953d351762a43653d4f8f5cc248..0bc46445e1f2ca0f7a491767090a65456cb8c652 100644 (file)
@@ -34,6 +34,7 @@ use constant CONTENT_TYPES => +{
        pas => 'text/x-pascal',
        pl => 'text/x-perl',
        py => 'text/x-python',
+       l => 'text/plain',
 };
 
 use constant FORMAT_EXTENSION => {
This page took 0.009956 seconds and 4 git commands to generate.