Add Rust, Julia, Brainfuck, PHP, OCaml and D
[gruntmaster-page.git] / lib / Plack / App / Gruntmaster.pm
index c941578f3ddac02620c94782e3729bf41d5d13f2..31ea346f8f9d637d05ba29565b2108c6934b79a0 100644 (file)
@@ -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',
 };
 
This page took 0.009591 seconds and 4 git commands to generate.