diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2022-12-24 11:02:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-24 10:02:58 +0000 |
| commit | d6bc653251fe1aee16435fafc30170802b63d51f (patch) | |
| tree | 57a112b9f7791810035d45db1e9370dbc1288867 | |
| parent | feat(registry): add smithy-language-server (#795) (diff) | |
| download | mason-d6bc653251fe1aee16435fafc30170802b63d51f.tar mason-d6bc653251fe1aee16435fafc30170802b63d51f.tar.gz mason-d6bc653251fe1aee16435fafc30170802b63d51f.tar.bz2 mason-d6bc653251fe1aee16435fafc30170802b63d51f.tar.lz mason-d6bc653251fe1aee16435fafc30170802b63d51f.tar.xz mason-d6bc653251fe1aee16435fafc30170802b63d51f.tar.zst mason-d6bc653251fe1aee16435fafc30170802b63d51f.zip | |
chore: update generated code (#796)
| -rw-r--r-- | PACKAGES.md | 20 | ||||
| -rw-r--r-- | lua/mason-schemas/lsp/rome.lua | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index f7b9f355..eeda7cf5 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -206,6 +206,7 @@ - [shfmt](#shfmt) - [shopify-theme-check](#shopify-theme-check) - [slint-lsp](#slint-lsp) +- [smithy-language-server](#smithy-language-server) - [solang](#solang) - [solargraph](#solargraph) - [solhint](#solhint) @@ -4397,6 +4398,25 @@ Categories: `LSP` ``` +# smithy-language-server + +> A Language Server Protocol implementation for the Smithy IDL. + +Homepage: [https://github.com/awslabs/smithy-language-server](https://github.com/awslabs/smithy-language-server) +Languages: `Smithy` +Categories: `LSP` + +<details> + <summary>History:</summary> + +- [`e5e7d71`](https://github.com/williamboman/mason.nvim/commit/e5e7d71) 2022-12-24 - feat(registry): add smithy-language-server ([#795](https://github.com/williamboman/mason.nvim/issues/795)) by Nick Rodgers +</details> + +``` +:MasonInstall smithy-language-server +``` + + # solang > Solidity Compiler for Solana, Substrate, and ewasm diff --git a/lua/mason-schemas/lsp/rome.lua b/lua/mason-schemas/lsp/rome.lua index ca97f6ec..ea805651 100644 --- a/lua/mason-schemas/lsp/rome.lua +++ b/lua/mason-schemas/lsp/rome.lua @@ -1,3 +1,3 @@ -- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. -- stylua: ignore start -return {properties = {["rome.lspBin"] = {default = vim.NIL,markdownDescription = "The rome lsp server executable. If the path is relative, the workspace folder will be used as base path",type = { "string", "null" }},["rome.rename"] = {default = vim.NIL,markdownDescription = "Enable/Disable Rome handling renames in the workspace. (Experimental)",type = { "boolean", "null" }},["rome_lsp.trace.server"] = {default = "off",description = "Traces the communication between VS Code and the language server.",enum = { "off", "messages", "verbose" },enumDescriptions = { "No traces", "Error only", "Full log" },scope = "window",type = "string"}},title = "Rome",type = "object"}
\ No newline at end of file +return {properties = {["rome.lspBin"] = {default = vim.NIL,markdownDescription = "The rome lsp server executable. If the path is relative, the workspace folder will be used as base path",type = { "string", "null" }},["rome.rename"] = {default = vim.NIL,markdownDescription = "Enable/Disable Rome handling renames in the workspace. (Experimental)",type = { "boolean", "null" }},["rome.requireConfiguration"] = {default = false,markdownDescription = "Require a Rome configuration file to enable syntax errors, formatting and linting. Requires Rome 12 or newer.",type = "boolean"},["rome_lsp.trace.server"] = {default = "off",description = "Traces the communication between VS Code and the language server.",enum = { "off", "messages", "verbose" },enumDescriptions = { "No traces", "Error only", "Full log" },scope = "window",type = "string"}},title = "Rome",type = "object"}
\ No newline at end of file |
