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',