Skip to content

Commit b5eb8b5

Browse files
authored
Update prettify.js
1 parent 1cce077 commit b5eb8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/utils/prettify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function getMode(title: string) {
4848
}
4949

5050
if (/\.json$/.test(title)) {
51-
return 'json5';
51+
return 'json';
5252
}
5353

5454
if (/\.component\.html$/.test(title)) {

0 commit comments

Comments
 (0)