X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=blobdiff_plain;f=lib%2FPlack%2FApp%2FGruntmaster.pm;h=31ea346f8f9d637d05ba29565b2108c6934b79a0;hp=c941578f3ddac02620c94782e3729bf41d5d13f2;hb=7baee29b2642aabb77a24745dc8be86440c30a4f;hpb=9936476701dc8b4bf3256f91dfbf38ed6c858d39 diff --git a/lib/Plack/App/Gruntmaster.pm b/lib/Plack/App/Gruntmaster.pm index c941578..31ea346 100644 --- a/lib/Plack/App/Gruntmaster.pm +++ b/lib/Plack/App/Gruntmaster.pm @@ -23,18 +23,24 @@ no warnings 'illegalproto'; use constant USER_REGEX => qr/^\w{2,20}$/a; use constant FORMAT_EXTENSION => { + BRAINFUCK => 'bf', C => 'c', CPP => 'cpp', + D => 'd', GCCGO => 'go', GOLANG => 'go', GOLFSCRIPT => 'gs', HASKELL => 'hs', - MONO => 'cs', JAVA => 'java', + JULIA => 'jl', + MONO => 'cs', + OCAML => 'ml', PASCAL => 'pas', PERL => 'pl', + PHP => 'php', PYTHON => 'py', RUBY => 'rb', + RUST => 'rs', SBCL => 'l', };