Skip to content

Commit

Permalink
chore: update generated code (williamboman#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
williambotman authored Nov 7, 2022
1 parent f5b1a20 commit 8f49e1a
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8f49e1a

Please sign in to comment.