diff --git a/schemas/html.json b/schemas/html.json
index 07cc2c3..fa9810f 100644
--- a/schemas/html.json
+++ b/schemas/html.json
@@ -16,7 +16,6 @@
},
"html.completion.attributeDefaultValue": {
"default": "doublequotes",
- "description": "Controls the default value for attributes when completion is accepted.",
"enum": [
"doublequotes",
"singlequotes",
@@ -27,6 +26,7 @@
"Attribute value is set to ''.",
"Attribute value is not set."
],
+ "markdownDescription": "Controls the default value for attributes when completion is accepted.",
"scope": "resource",
"type": "string"
},
@@ -137,7 +137,7 @@
},
"html.format.wrapAttributesIndentSize": {
"default": null,
- "markdownDescription": "Indent wrapped attributes to after N characters. Use `null` to use the default indent size. Ignored if `#html.format.wrapAttributes#` is set to 'aligned'.",
+ "markdownDescription": "Indent wrapped attributes to after N characters. Use `null` to use the default indent size. Ignored if `#html.format.wrapAttributes#` is set to `aligned`.",
"scope": "resource",
"type": [
"number",
diff --git a/types/lsp.lua b/types/lsp.lua
index 6438185..3deab8b 100644
--- a/types/lsp.lua
+++ b/types/lsp.lua
@@ -2830,7 +2830,7 @@
-- default = "auto"
-- ```
---@field wrapAttributes "auto" | "force" | "force-aligned" | "force-expand-multiline" | "aligned-multiple" | "preserve" | "preserve-aligned"
--- Indent wrapped attributes to after N characters. Use `null` to use the default indent size. Ignored if `#html.format.wrapAttributes#` is set to 'aligned'.
+-- Indent wrapped attributes to after N characters. Use `null` to use the default indent size. Ignored if `#html.format.wrapAttributes#` is set to `aligned`.
--
-- ```lua
-- default =