Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #9 from wesinator/patch-1
Browse files Browse the repository at this point in the history
Add .har extension
  • Loading branch information
aeschli authored Aug 20, 2019
2 parents b4d1a1e + d48ba11 commit 22dcdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monaco.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function getMode(): Promise<typeof mode> {

monaco.languages.register({
id: 'json',
extensions: ['.json', '.bowerrc', '.jshintrc', '.jscsrc', '.eslintrc', '.babelrc'],
extensions: ['.json', '.bowerrc', '.jshintrc', '.jscsrc', '.eslintrc', '.babelrc', '.har'],
aliases: ['JSON', 'json'],
mimetypes: ['application/json'],
});
Expand Down

0 comments on commit 22dcdaf

Please sign in to comment.