From fca69643db409c028e3f09c8dcdf2cb0f572d824 Mon Sep 17 00:00:00 2001 From: Connor O'Shea Date: Sun, 15 Sep 2019 20:24:47 -0400 Subject: [PATCH] Normalize ini and properties values --- resources/js/services/code.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',