[html] syntax folding (disabled by default)

This commit is contained in:
Martin Aeschlimann
2018-02-23 16:23:45 +01:00
parent 61a2adfa1a
commit 3e7521b68e
8 changed files with 323 additions and 4 deletions

View File

@@ -213,6 +213,11 @@
"default": true,
"description": "%html.autoClosingTags%"
},
"html.experimental.syntaxFolding": {
"type": "boolean",
"default": false,
"description": "%html.experimental.syntaxFolding%"
},
"html.trace.server": {
"type": "string",
"scope": "window",