X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon.pm;h=7189c84185b9a4b343e1c4c78ea4ebd1366c0a3c;hp=ad4e727e774d5e704cb6431e73952f7efef256fa;hb=49b65824460a3f79c2fcd2a8bae9dd42534f64c9;hpb=fb85e61f17db54c31c74fbafea6258e5c582efec diff --git a/lib/Gruntmaster/Daemon.pm b/lib/Gruntmaster/Daemon.pm index ad4e727..7189c84 100644 --- a/lib/Gruntmaster/Daemon.pm +++ b/lib/Gruntmaster/Daemon.pm @@ -21,6 +21,7 @@ use constant FORMAT_EXTENSION => { BRAINFUCK => 'bf', C => 'c', CPP => 'cpp', + D => 'd', GCCGO => 'go', GOLANG => 'go', GOLFSCRIPT => 'gs', @@ -28,8 +29,10 @@ use constant FORMAT_EXTENSION => { JAVA => 'java', JULIA => 'jl', MONO => 'cs', + OCAML => 'ml', PASCAL => 'pas', PERL => 'pl', + PHP => 'php', PYTHON => 'py', RUBY => 'rb', RUST => 'rs',