[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

@@ -22,5 +22,6 @@
"html.trace.server.desc": "Traces the communication between VS Code and the HTML language server.",
"html.validate.scripts": "Configures if the built-in HTML language support validates embedded scripts.",
"html.validate.styles": "Configures if the built-in HTML language support validates embedded styles.",
"html.experimental.syntaxFolding": "Enables/disables syntax aware folding markers.",
"html.autoClosingTags": "Enable/disable autoclosing of HTML tags."
}