From: Connor O'Shea Date: Mon, 16 Sep 2019 00:24:47 +0000 (-0400) Subject: Normalize ini and properties values X-Git-Tag: v0.28.0~1^2~66^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/refs/pull/1667/head Normalize ini and properties values --- diff --git a/resources/js/services/code.js b/resources/js/services/code.js index 7dddc92fd..f92752109 100644 --- a/resources/js/services/code.js +++ b/resources/js/services/code.js @@ -43,7 +43,7 @@ const modeMap = { haskell: 'haskell', hs: 'haskell', html: 'htmlmixed', - ini: 'text/x-ini', + ini: 'ini', javascript: 'javascript', json: {name: 'javascript', json: true}, js: 'javascript', @@ -56,7 +56,7 @@ const modeMap = { ml: 'mllike', nginx: 'nginx', powershell: 'powershell', - properties: 'text/x-properties', + properties: 'properties', ocaml: 'mllike', php: 'php', py: 'python',