Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc, schemas and annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 12, 2023
1 parent e42309e commit ebd2f07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions schemas/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"html.completion.attributeDefaultValue": {
"default": "doublequotes",
"description": "Controls the default value for attributes when completion is accepted.",
"enum": [
"doublequotes",
"singlequotes",
Expand All @@ -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"
},
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion types/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = <userdata 1>
Expand Down

0 comments on commit ebd2f07

Please sign in to comment.