Add D, OCaml, PHP, Python3
[gruntmaster-page.git] / js / 90-divine-format.js
index 3b0943fab6d2926ee550eca2af22cfed094c4bd8..2fdc65f849fbe065ac519de12c76c3ac8f6c7dda 100644 (file)
@@ -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'
This page took 0.009829 seconds and 4 git commands to generate.