X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon.pm;h=8e6cbf38d557ca3438a619f71d7bed9ae8981b11;hp=f37eaf6eec4b84658ef333feec2695204386318a;hb=0220f51aca25f4ca5953c73581381fc8161b0719;hpb=34e1677139c95be7cb419d4813d83943a70f446e diff --git a/lib/Gruntmaster/Daemon.pm b/lib/Gruntmaster/Daemon.pm index f37eaf6..8e6cbf3 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,6 +29,7 @@ use constant FORMAT_EXTENSION => { JAVA => 'java', JULIA => 'jl', MONO => 'cs', + OBERON => 'm', OCAML => 'ml', PASCAL => 'pas', PERL => 'pl',