This commit is contained in:
Pine Wu
2019-01-16 09:59:06 -08:00
parent c8809009f3
commit 9a3ef8c4b2
6 changed files with 37 additions and 110 deletions

View File

@@ -31,13 +31,9 @@
"type": "object",
"title": "HTML",
"properties": {
"html.experimental.custom.tags": {
"html.experimental.customData": {
"type": "array",
"description": "A list of JSON file paths that define custom tags. Only workspace folder setting will be read."
},
"html.experimental.custom.attributes": {
"type": "array",
"description": "A list of JSON file paths that define custom attributes. Only workspace folder setting will be read."
"description": "A list of JSON file paths that define custom tags, properties and other HTML syntax constructs. Only workspace folder setting will be read."
},
"html.format.enable": {
"type": "boolean",