X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=js%2F90-divine-format.js;fp=js%2F90-divine-format.js;h=2fdc65f849fbe065ac519de12c76c3ac8f6c7dda;hb=6a9460250aada7d8852ff4edda29c377ce5ad03a;hp=3b0943fab6d2926ee550eca2af22cfed094c4bd8;hpb=5c5c76a0c8a2e0fed56ae94894e87c1d10a7ccbc;p=gruntmaster-page.git diff --git a/js/90-divine-format.js b/js/90-divine-format.js index 3b0943f..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', @@ -15,6 +17,8 @@ const ext_table = { 'm' : 'OBERON', + 'ml' : 'OCAML', + 'lisp': 'SBCL', 'lsp' : 'SBCL', 'cl' : 'SBCL', @@ -26,6 +30,8 @@ const ext_table = { 'pl' : 'PERL', + 'php' : 'PHP', + 'py' : 'PYTHON', 'rb' : 'RUBY'