Add PHP
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon.pm
index b64d56ab14fce8f8e586f5d0d00e5b8a040d15ce..b6d3a522f5935d6585dc612901b1d51634724648 100644 (file)
@@ -18,16 +18,19 @@ 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',
+       PHP => 'php',
        PYTHON => 'py',
        RUBY => 'rb',
        RUST => 'rs',
This page took 0.009894 seconds and 4 git commands to generate.