Skip to content

Commit

Permalink
Add json "support" (#87)
Browse files Browse the repository at this point in the history
* add json

* add json extension

* moving json to text type
  • Loading branch information
MongoCaleb authored Apr 18, 2022
1 parent 7654827 commit c11c693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bluehawk/getBluehawk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const getBluehawk = async (): Promise<Bluehawk> => {
}
);

bluehawk.addLanguage(["", ".txt", ".rst", ".md"], {
bluehawk.addLanguage(["", ".txt", ".rst", ".md", ".json"], {
languageId: "text",
});

Expand Down

0 comments on commit c11c693

Please sign in to comment.