mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 21:54:53 +03:00
feat(highlights) Stop mapping json to js
This commit is contained in:
parent
1d799fe34d
commit
c8cebd87db
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user