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 Dec 10, 2024
1 parent f5e58a7 commit 05d25c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion schemas/rust_analyzer.json
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@
"type": "boolean"
},
"rust-analyzer.typing.excludeChars": {
"default": "<",
"default": "|<",
"markdownDescription": "Specify the characters to exclude from triggering typing assists. The default trigger characters are `.`, `=`, `<`, `>`, `{`, and `(`.",
"type": [
"null",
Expand Down
2 changes: 1 addition & 1 deletion schemas/ts_ls.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
},
"typescript.experimental.expandableHover": {
"default": false,
"description": "Enable/disable expanding on hover.",
"description": "Enable expanding/contracting the hover to reveal more/less information from the TS server.",
"scope": "window",
"tags": [
"experimental"
Expand Down
4 changes: 2 additions & 2 deletions types/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14241,7 +14241,7 @@
-- Specify the characters to exclude from triggering typing assists. The default trigger characters are `.`, `=`, `<`, `>`, `{`, and `(`.
--
-- ```lua
-- default = "<"
-- default = "|<"
-- ```
---@field excludeChars string

Expand Down Expand Up @@ -16388,7 +16388,7 @@
---@field npmIsInstalled boolean

---@class _.lspconfig.settings.ts_ls.Experimental
-- Enable/disable expanding on hover.
-- Enable expanding/contracting the hover to reveal more/less information from the TS server.
---@field expandableHover boolean

---@class _.lspconfig.settings.ts_ls.Format
Expand Down

0 comments on commit 05d25c1

Please sign in to comment.