Add GolfScript
[plack-app-gruntmaster.git] / lib / Plack / App / Gruntmaster.pm
index 4830d4be096ba6e65fc5fa2842818c05d909e378..8aa42d276d398e0e381352ac199b8111dde104e4 100644 (file)
@@ -29,6 +29,7 @@ use constant CONTENT_TYPES => +{
        cpp => 'text/x-c++src',
        cs => 'text/x-csharp', # Used by GNOME. Not in mime.types.
        go => 'text/plain', # ?
+       gs => 'text/plain',
        hs => 'text/x-haskell',
        java => 'text/x-java',
        pas => 'text/x-pascal',
@@ -43,6 +44,7 @@ use constant FORMAT_EXTENSION => {
        CPP => 'cpp',
        GCCGO => 'go',
        GOLANG => 'go',
+       GOLFSCRIPT => 'gs',
        HASKELL => 'hs',
        MONO => 'cs',
        JAVA => 'java',
This page took 0.010064 seconds and 4 git commands to generate.