mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Normalize ini and properties values
This commit is contained in:
parent
4ad43b1a1f
commit
fca69643db
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user