Skip to content

Commit

Permalink
Merge pull request #8019 from alrra/treat-web-app-manifest-files-as-json
Browse files Browse the repository at this point in the history
Treat `.webmanifest` files as JSON
  • Loading branch information
aeschli authored Jun 23, 2016
2 parents 1a7c54e + 9358d51 commit 1eb2c64
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions extensions/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@
".jshintrc",
".jscsrc",
".eslintrc",
".babelrc"
".babelrc",
".webmanifest"
],
"mimetypes": [
"application/json"
"application/json",
"application/manifest+json"
],
"configuration": "./json.configuration.json"
}
Expand Down Expand Up @@ -131,4 +133,4 @@
"vscode-languageclient": "^2.2.1",
"vscode-extension-telemetry": "^0.0.5"
}
}
}

0 comments on commit 1eb2c64

Please sign in to comment.