From bf660b84639bcfd78ce2851bf6b6169b92f9007a Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Thu, 4 Feb 2016 15:39:53 +0000 Subject: [PATCH] Add Oberon --- js/90-divine-format.js | 2 ++ lib/Plack/App/Gruntmaster.pm | 1 + tmpl/pb_entry.en | 1 + 3 files changed, 4 insertions(+) diff --git a/js/90-divine-format.js b/js/90-divine-format.js index a842de1..3b0943f 100644 --- a/js/90-divine-format.js +++ b/js/90-divine-format.js @@ -13,6 +13,8 @@ const ext_table = { 'hs' : 'HASKELL', 'lhs' : 'HASKELL', + 'm' : 'OBERON', + 'lisp': 'SBCL', 'lsp' : 'SBCL', 'cl' : 'SBCL', diff --git a/lib/Plack/App/Gruntmaster.pm b/lib/Plack/App/Gruntmaster.pm index c197f85..7b927d5 100644 --- a/lib/Plack/App/Gruntmaster.pm +++ b/lib/Plack/App/Gruntmaster.pm @@ -28,6 +28,7 @@ use constant FORMAT_EXTENSION => { GOLANG => 'go', GOLFSCRIPT => 'gs', HASKELL => 'hs', + OBERON => 'm', MONO => 'cs', JAVA => 'java', PASCAL => 'pas', diff --git a/tmpl/pb_entry.en b/tmpl/pb_entry.en index 0732636..48ac70a 100644 --- a/tmpl/pb_entry.en +++ b/tmpl/pb_entry.en @@ -30,6 +30,7 @@ + -- 2.30.2