]> iEval git - gruntmaster-page.git/blobdiff - lib/Gruntmaster/Page/Log.pm
Update formats
[gruntmaster-page.git] / lib / Gruntmaster / Page / Log.pm
index dddd86eb9883d18becb146ca90bd826f8a1fa0f9..14d9c62d6d1f1e548e349ae0bcba7e19388829a7 100644 (file)
@@ -10,7 +10,14 @@ our $VERSION = '0.001';
 use constant PAGE_SIZE => 10;
 
 use constant FORMAT_EXTENSION => {
-  CPP => 'cpp',
+       C => 'c',
+       CPP => 'cpp',
+       MONO => 'cs',
+       JAVA => 'java',
+       PASCAL => 'pas',
+       PERL => 'pl',
+       PYTHON => 'py',
+       RUBY => 'rb',
 };
 
 use constant TEMPLATES => {
This page took 0.017458 seconds and 4 git commands to generate.