diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2023-01-14 11:02:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-14 10:02:39 +0000 |
| commit | 39203c8273ef2978bc2d51803160ebca402c398e (patch) | |
| tree | bedf4ba1f6d4052239a8bd961befb78852b30104 /PACKAGES.md | |
| parent | fix(ui): better bottom padding if cmdheight=0 (#902) (diff) | |
| download | mason-39203c8273ef2978bc2d51803160ebca402c398e.tar mason-39203c8273ef2978bc2d51803160ebca402c398e.tar.gz mason-39203c8273ef2978bc2d51803160ebca402c398e.tar.bz2 mason-39203c8273ef2978bc2d51803160ebca402c398e.tar.lz mason-39203c8273ef2978bc2d51803160ebca402c398e.tar.xz mason-39203c8273ef2978bc2d51803160ebca402c398e.tar.zst mason-39203c8273ef2978bc2d51803160ebca402c398e.zip | |
chore: update generated code (#903)
Diffstat (limited to 'PACKAGES.md')
| -rw-r--r-- | PACKAGES.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index c80d2d38..591ac428 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -62,6 +62,7 @@ - [dockerfile-language-server](#dockerfile-language-server) - [dot-language-server](#dot-language-server) - [dprint](#dprint) +- [drools-lsp](#drools-lsp) - [editorconfig-checker](#editorconfig-checker) - [efm](#efm) - [elixir-ls](#elixir-ls) @@ -203,6 +204,7 @@ - [ruff-lsp](#ruff-lsp) - [rust-analyzer](#rust-analyzer) - [rustfmt](#rustfmt) +- [rustywind](#rustywind) - [salt-lsp](#salt-lsp) - [selene](#selene) - [semgrep](#semgrep) @@ -1088,6 +1090,7 @@ Categories: `LSP` <details> <summary>History:</summary> +- [`01cba2a`](https://github.com/williamboman/mason.nvim/commit/01cba2a) 2023-01-13 - fix(crystalline): update linux asset name ([#901](https://github.com/williamboman/mason.nvim/issues/901)) by William Boman - [`976aa4f`](https://github.com/williamboman/mason.nvim/commit/976aa4f) 2022-07-08 - refactor: add mason-schemas and mason-core modules ([#29](https://github.com/williamboman/mason.nvim/issues/29)) by William Boman - [`8cad236`](https://github.com/williamboman/mason.nvim/commit/8cad236) 2022-07-08 - refactor: move packages to mason-registry ([#27](https://github.com/williamboman/mason.nvim/issues/27)) by William Boman </details> @@ -1477,6 +1480,25 @@ Categories: `Formatter` ``` +# drools-lsp + +> An implementation of a language server for the Drools Rule Language. + +Homepage: [https://github.com/kiegroup/drools-lsp](https://github.com/kiegroup/drools-lsp) +Languages: `Drools` +Categories: `LSP` + +<details> + <summary>History:</summary> + +- [`dd61453`](https://github.com/williamboman/mason.nvim/commit/dd61453) 2023-01-13 - feat(registry): add drools-lsp ([#898](https://github.com/williamboman/mason.nvim/issues/898)) by David Ward +</details> + +``` +:MasonInstall drools-lsp +``` + + # editorconfig-checker > A tool to verify that your files are in harmony with your `.editorconfig`. @@ -4348,6 +4370,25 @@ Categories: `Formatter` ``` +# rustywind + +> CLI for organizing Tailwind CSS classes + +Homepage: [https://github.com/avencera/rustywind](https://github.com/avencera/rustywind) +Languages: `JavaScript` `TypeScript` `JSX` `HTML` `Vue` `Angular` +Categories: `Formatter` + +<details> + <summary>History:</summary> + +- [`e562473`](https://github.com/williamboman/mason.nvim/commit/e562473) 2023-01-13 - feat(registry): add rustywind ([#900](https://github.com/williamboman/mason.nvim/issues/900)) by Celso Benedetti +</details> + +``` +:MasonInstall rustywind +``` + + # salt-lsp > Salt Language Server Protocol Server |
