X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=js%2F90-divine-format.js;h=2fdc65f849fbe065ac519de12c76c3ac8f6c7dda;hb=68b0f287c76694f2935b6039a42d6359287f4c4f;hp=a842de1353c790ea649ba05cdfff7ce53f67a178;hpb=c13e110a3f07e2aef0892f64207f20dcd01ebdd6;p=plack-app-gruntmaster.git diff --git a/js/90-divine-format.js b/js/90-divine-format.js index a842de1..2fdc65f 100644 --- a/js/90-divine-format.js +++ b/js/90-divine-format.js @@ -6,6 +6,8 @@ const ext_table = { 'cxx' : 'CPP', 'C' : 'CPP', + 'd' : 'D', + 'go' : 'GOLANG', 'gs' : 'GOLFSCRIPT', @@ -13,6 +15,10 @@ const ext_table = { 'hs' : 'HASKELL', 'lhs' : 'HASKELL', + 'm' : 'OBERON', + + 'ml' : 'OCAML', + 'lisp': 'SBCL', 'lsp' : 'SBCL', 'cl' : 'SBCL', @@ -24,6 +30,8 @@ const ext_table = { 'pl' : 'PERL', + 'php' : 'PHP', + 'py' : 'PYTHON', 'rb' : 'RUBY'