Skip to content

Commit

Permalink
Add JSON as manually supported format.
Browse files Browse the repository at this point in the history
  • Loading branch information
tech4him1 authored and erquhart committed Nov 27, 2017
1 parent 5271e0f commit a72a08f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/formats/formats.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function formatByName(name) {
yml: yamlFormatter,
yaml: yamlFormatter,
toml: tomlFormatter,
json: jsonFormatter,
frontmatter: FrontmatterFormatter,
}[name] || FrontmatterFormatter;
}
Expand Down

0 comments on commit a72a08f

Please sign in to comment.