"description":"Provides rich language support for HTML and Handlebar files",
"html.customData.desc":"A list of relative file paths pointing to JSON files following the [custom data format](https://github.com/microsoft/vscode-html-languageservice/blob/master/docs/customData.md).\n\nVS Code loads custom data on startup to enhance its HTML support for the custom HTML tags, attributes and attribute values you specify in the JSON files.\n\nThe file paths are relative to workspace and only workspace folder settings are considered.",
"html.format.enable.desc":"Enable/disable default HTML formatter.",
"html.format.wrapLineLength.desc":"Maximum amount of characters per line (0 = disable).",
"html.format.unformatted.desc":"List of tags, comma separated, that shouldn't be reformatted. `null` defaults to all tags listed at https://www.w3.org/TR/html5/dom.html#phrasing-content.",
"html.format.contentUnformatted.desc":"List of tags, comma separated, where the content shouldn't be reformatted. `null` defaults to the `pre` tag.",
"html.format.indentInnerHtml.desc":"Indent `<head>` and `<body>` sections.",
"html.format.preserveNewLines.desc":"Controls whether existing line breaks before elements should be preserved. Only works before elements, not inside tags or for text.",
"html.format.maxPreserveNewLines.desc":"Maximum number of line breaks to be preserved in one chunk. Use `null` for unlimited.",
"html.format.indentHandlebars.desc":"Format and indent `{{#foo}}` and `{{/foo}}`.",
"html.format.endWithNewline.desc":"End with a newline.",
"html.format.extraLiners.desc":"List of tags, comma separated, that should have an extra newline before them. `null` defaults to `\"head, body, /html\"`.",
"html.format.templating.desc":"Honor django, erb, handlebars and php templating language tags.",
"html.format.unformattedContentDelimiter.desc":"Keep text content together between this string.",
"html.format.wrapAttributesIndentSize.desc":"Alignment size when using 'force aligned' and 'aligned multiple' in `#html.format.wrapAttributes#` or `null` to use the default indent size.",