Normalize ini and properties values

This commit is contained in:
Connor O'Shea 2019-09-15 20:24:47 -04:00 committed by GitHub
parent 4ad43b1a1f
commit fca69643db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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