We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cce077 commit b5eb8b5Copy full SHA for b5eb8b5
packages/app/src/app/utils/prettify.js
@@ -48,7 +48,7 @@ function getMode(title: string) {
48
}
49
50
if (/\.json$/.test(title)) {
51
- return 'json5';
+ return 'json';
52
53
54
if (/\.component\.html$/.test(title)) {
0 commit comments