Treat `.webmanifest` files as JSON

Web App Manifest files (having `webmanifest`¹ as the recommended
file extension and `application/manifest+json`¹ as the recommended
media type) use the JSON² format.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

¹ https://w3c.github.io/manifest/#media-type-registration
² https://w3c.github.io/manifest/#abstract

See also: https://w3c.github.io/manifest/
上级 5eaf9f05
...@@ -28,10 +28,12 @@ ...@@ -28,10 +28,12 @@
".jshintrc", ".jshintrc",
".jscsrc", ".jscsrc",
".eslintrc", ".eslintrc",
".babelrc" ".babelrc",
".webmanifest"
], ],
"mimetypes": [ "mimetypes": [
"application/json" "application/json",
"application/manifest+json"
], ],
"configuration": "./json.configuration.json" "configuration": "./json.configuration.json"
} }
...@@ -131,4 +133,4 @@ ...@@ -131,4 +133,4 @@
"vscode-languageclient": "^2.2.1", "vscode-languageclient": "^2.2.1",
"vscode-extension-telemetry": "^0.0.5" "vscode-extension-telemetry": "^0.0.5"
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册