feat(highlights) Stop mapping json to js

This commit is contained in:
Barış 2020-06-09 12:55:41 +03:00 committed by GitHub
parent 1d799fe34d
commit c8cebd87db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,6 @@ Prism.languages.insertBefore(
export function mapLang(lang: string): string { export function mapLang(lang: string): string {
return ( return (
{ {
json: 'js',
'c++': 'cpp', 'c++': 'cpp',
'c#': 'csharp', 'c#': 'csharp',
'objective-c': 'objectivec', 'objective-c': 'objectivec',