Add Brainfuck
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon.pm
index b64d56ab14fce8f8e586f5d0d00e5b8a040d15ce..ad4e727e774d5e704cb6431e73952f7efef256fa 100644 (file)
@@ -18,14 +18,16 @@ use Try::Tiny;
 use Log::Log4perl qw/get_logger/;
 
 use constant FORMAT_EXTENSION => {
+       BRAINFUCK => 'bf',
        C => 'c',
        CPP => 'cpp',
        GCCGO => 'go',
        GOLANG => 'go',
        GOLFSCRIPT => 'gs',
        HASKELL => 'hs',
-       MONO => 'cs',
        JAVA => 'java',
+       JULIA => 'jl',
+       MONO => 'cs',
        PASCAL => 'pas',
        PERL => 'pl',
        PYTHON => 'py',
This page took 0.009113 seconds and 4 git commands to generate.