diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2022-11-07 11:03:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-07 10:03:05 +0000 |
| commit | 8f49e1a2475832575f5d93ca5f32d4dbef593f98 (patch) | |
| tree | 76640c44bf305f788d5f90bd7633f763c2180765 | |
| parent | feat(registry): add rustfmt (#642) (diff) | |
| download | mason-8f49e1a2475832575f5d93ca5f32d4dbef593f98.tar mason-8f49e1a2475832575f5d93ca5f32d4dbef593f98.tar.gz mason-8f49e1a2475832575f5d93ca5f32d4dbef593f98.tar.bz2 mason-8f49e1a2475832575f5d93ca5f32d4dbef593f98.tar.lz mason-8f49e1a2475832575f5d93ca5f32d4dbef593f98.tar.xz mason-8f49e1a2475832575f5d93ca5f32d4dbef593f98.tar.zst mason-8f49e1a2475832575f5d93ca5f32d4dbef593f98.zip | |
chore: update generated code (#643)
| -rw-r--r-- | PACKAGES.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index 26009074..335d0bda 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -161,6 +161,7 @@ - [prisma-language-server](#prisma-language-server) - [proselint](#proselint) - [prosemd-lsp](#prosemd-lsp) +- [protolint](#protolint) - [psalm](#psalm) - [puppet-editor-services](#puppet-editor-services) - [purescript-language-server](#purescript-language-server) @@ -185,6 +186,7 @@ - [rubocop](#rubocop) - [ruby-lsp](#ruby-lsp) - [rust-analyzer](#rust-analyzer) +- [rustfmt](#rustfmt) - [salt-lsp](#salt-lsp) - [selene](#selene) - [serve-d](#serve-d) @@ -3480,6 +3482,26 @@ Categories: `LSP` ``` +# protolint + +> protolint is the pluggable linting/fixing utility for Protocol Buffer files (proto2+proto3) + +Homepage: [https://github.com/yoheimuta/protolint](https://github.com/yoheimuta/protolint) +Languages: `Protobuf` +Categories: `Linter` + +<details> + <summary>History:</summary> + +- [`d3c2156`](https://github.com/williamboman/mason.nvim/commit/d3c2156) 2022-11-07 - fix(protolint): use Protobuf language ([#641](https://github.com/williamboman/mason.nvim/issues/641)) by William Boman +- [`938c8fa`](https://github.com/williamboman/mason.nvim/commit/938c8fa) 2022-11-07 - feat(registry): add protolint ([#640](https://github.com/williamboman/mason.nvim/issues/640)) by Jay Patel +</details> + +``` +:MasonInstall protolint +``` + + # psalm > A static analysis tool for finding errors in PHP applications @@ -3965,6 +3987,25 @@ Categories: `LSP` ``` +# rustfmt + +> A tool for formatting Rust code according to style guidelines + +Homepage: [https://github.com/rust-lang/rustfmt](https://github.com/rust-lang/rustfmt) +Languages: `Rust` +Categories: `Formatter` + +<details> + <summary>History:</summary> + +- [`f5b1a20`](https://github.com/williamboman/mason.nvim/commit/f5b1a20) 2022-11-07 - feat(registry): add rustfmt ([#642](https://github.com/williamboman/mason.nvim/issues/642)) by Jay Patel +</details> + +``` +:MasonInstall rustfmt +``` + + # salt-lsp > Salt Language Server Protocol Server |
