Skip to content

Commit

Permalink
Enable json5 and json-stringify parsers by default (jscheid#92)
Browse files Browse the repository at this point in the history
These two parsers were accidentally omitted from the default list.  In
particular, this broke the choice of parser for package.json files.
So add them to the default list.

This solves the original motivating factor for jscheid#92, but not jscheid#92
itself which is a request for enhanced debugging capabilities.
  • Loading branch information
Adam Spiers committed Sep 19, 2021
1 parent 85c9349 commit 53a7c0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prettier.el
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ Requires Prettier 1.9+."
html
java
json
json5
json-stringify
less
lua
markdown
Expand Down

0 comments on commit 53a7c0a

Please sign in to comment.