From 71abf284665a32e54f561a8e7882be730cd2ea0d Mon Sep 17 00:00:00 2001 From: Jake Dexheimer Date: Fri, 2 Feb 2018 16:06:36 -0600 Subject: [PATCH] Use x-php mime-type --- lib/constants.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index 6cfcde6..73b09f5 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -289,7 +289,9 @@ export const LANGUAGES = [ }, { name: 'PHP', - mode: 'php' + mode: 'php', + mime: 'text/x-php', + short: 'php' }, { name: 'PowerShell',