X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=blobdiff_plain;f=js%2F90-divine-format.js;fp=js%2F90-divine-format.js;h=f8bd6a9bc47ce25e3a312bf1912c58434b246d0f;hp=a842de1353c790ea649ba05cdfff7ce53f67a178;hb=7baee29b2642aabb77a24745dc8be86440c30a4f;hpb=9936476701dc8b4bf3256f91dfbf38ed6c858d39 diff --git a/js/90-divine-format.js b/js/90-divine-format.js index a842de1..f8bd6a9 100644 --- a/js/90-divine-format.js +++ b/js/90-divine-format.js @@ -1,6 +1,10 @@ const ext_table = { + 'bf' : 'BRAINFUCK', + 'c' : 'C', + 'd' : 'D', + 'cc' : 'CPP', 'cpp' : 'CPP', 'cxx' : 'CPP', @@ -20,13 +24,21 @@ const ext_table = { 'java': 'JAVA', + 'jl' : 'JULIA', + + 'ml' : 'OCAML', + 'pas' : 'PASCAL', 'pl' : 'PERL', + 'php' : 'PHP', + 'py' : 'PYTHON', - 'rb' : 'RUBY' + 'rb' : 'RUBY', + + 'rs' : 'RUST' } function divine_format() {